Skip to content

Commit 098a792

Browse files
committed
Fix mix.exs dep
1 parent 4e7fc26 commit 098a792

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

mix.exs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,7 @@ defmodule NextLS.MixProject do
6464
{:req, "~> 0.3"},
6565
{:schematic, "~> 0.2"},
6666
{:spitfire, github: "elixir-tools/spitfire"},
67-
# {:sourceror, "~> 1.0"},
68-
# {:sourceror, path: "../sourceror"},
69-
{:sourceror, github: "mhanberg/sourceror", branch: "do-end-blocks-with-eoe"},
70-
67+
{:sourceror, "~> 1.0"},
7168
{:opentelemetry, "~> 1.3"},
7269
{:opentelemetry_api, "~> 1.2"},
7370
{:opentelemetry_exporter, "~> 1.4"},

0 commit comments

Comments
 (0)