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
4
4
def project do
5
5
[
6
6
app: :elixir_ls_debugger ,
7
- version: "0.12 .0" ,
7
+ version: "0.13 .0" ,
8
8
build_path: "../../_build" ,
9
9
config_path: "../../config/config.exs" ,
10
10
deps_path: "../../deps" ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ defmodule ElixirLS.Utils.Mixfile do
4
4
def project do
5
5
[
6
6
app: :elixir_ls_utils ,
7
- version: "0.12 .0" ,
7
+ version: "0.13 .0" ,
8
8
build_path: "../../_build" ,
9
9
config_path: "../../config/config.exs" ,
10
10
deps_path: "../../deps" ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ defmodule ElixirLS.LanguageServer.Mixfile do
4
4
def project do
5
5
[
6
6
app: :language_server ,
7
- version: "0.12 .0" ,
7
+ version: "0.13 .0" ,
8
8
elixir: ">= 1.12.0" ,
9
9
build_path: "../../_build" ,
10
10
config_path: "../../config/config.exs" ,
Original file line number Diff line number Diff line change @@ -25,18 +25,6 @@ defmodule ElixirLS.Mixfile do
25
25
]
26
26
end
27
27
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
40
28
defp deps do
41
29
[ ]
42
30
end
You can’t perform that action at this time.
0 commit comments