File tree Expand file tree Collapse file tree 4 files changed +3
-15
lines changed
Expand file tree Collapse file tree 4 files changed +3
-15
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.12 .0" ,
7+ version: "0.13 .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.12 .0" ,
7+ version: "0.13 .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.12 .0" ,
7+ version: "0.13 .0" ,
88 elixir: ">= 1.12.0" ,
99 build_path: "../../_build" ,
1010 config_path: "../../config/config.exs" ,
Original file line number Diff line number Diff line change @@ -25,18 +25,6 @@ defmodule ElixirLS.Mixfile do
2525 ]
2626 end
2727
28- # Dependencies can be Hex packages:
29- #
30- # {:my_dep, "~> 0.3.0"}
31- #
32- # Or git/path repositories:
33- #
34- # {:my_dep, git: "https://github.com/elixir-lang/my_dep.git", tag: "0.1.0"}
35- #
36- # Type "mix help deps" for more examples and options.
37- #
38- # Dependencies listed here are available only for this project
39- # and cannot be accessed from applications inside the apps folder
4028 defp deps do
4129 [ ]
4230 end
You can’t perform that action at this time.
0 commit comments