File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ defmodule ElixirLS.Debugger.Mixfile do
44 def project do
55 [
66 app: :elixir_ls_debugger ,
7- version: "0.11 .0" ,
7+ version: "0.12 .0" ,
88 build_path: "../../_build" ,
99 config_path: "../../config/config.exs" ,
1010 deps_path: "../../deps" ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ defmodule ElixirLS.Utils.Mixfile do
44 def project do
55 [
66 app: :elixir_ls_utils ,
7- version: "0.11 .0" ,
7+ version: "0.12 .0" ,
88 build_path: "../../_build" ,
99 config_path: "../../config/config.exs" ,
1010 deps_path: "../../deps" ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ defmodule ElixirLS.LanguageServer.Mixfile do
44 def project do
55 [
66 app: :language_server ,
7- version: "0.11 .0" ,
7+ version: "0.12 .0" ,
88 elixir: ">= 1.11.0" ,
99 build_path: "../../_build" ,
1010 config_path: "../../config/config.exs" ,
You can’t perform that action at this time.
0 commit comments