Skip to content

Commit 4895dc1

Browse files
committed
Bump to sourceror 0.12.2
1 parent ddcce6d commit 4895dc1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/language_server/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ defmodule ElixirLS.LanguageServer.Mixfile do
3535
{:elixir_sense, github: "elixir-lsp/elixir_sense"},
3636
{:erl2ex, github: "dazuma/erl2ex"},
3737
# use tag to ensure sourceror/lib_vendored is included
38-
{:sourceror, github: "doorgan/sourceror", tag: "v0.12.1"},
38+
{:sourceror, github: "doorgan/sourceror", tag: "v0.12.2"},
3939
{:dialyxir_vendored, github: "elixir-lsp/dialyxir", branch: "vendored", runtime: false},
4040
{:jason_vendored, github: "elixir-lsp/jason", branch: "vendored"},
4141
{:stream_data, "~> 0.5", only: [:dev, :test], runtime: false},

mix.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"nimble_parsec": {:hex, :nimble_parsec, "1.1.0", "3a6fca1550363552e54c216debb6a9e95bd8d32348938e13de5eda962c0d7f89", [:mix], [], "hexpm", "08eb32d66b706e913ff748f11694b17981c0b04a33ef470e33e11b3d3ac8f54b"},
1111
"patch": {:hex, :patch, "0.12.0", "2da8967d382bade20344a3e89d618bfba563b12d4ac93955468e830777f816b0", [:mix], [], "hexpm", "ffd0e9a7f2ad5054f37af84067ee88b1ad337308a1cb227e181e3967127b0235"},
1212
"path_glob_vendored": {:git, "https://github.com/elixir-lsp/path_glob.git", "965350dc41def7be4a70a23904195c733a2ecc84", [branch: "vendored"]},
13-
"sourceror": {:git, "https://github.com/doorgan/sourceror.git", "52583d2ec5bcc3c99af337d7e8b6e45098e11d14", [tag: "v0.12.1"]},
13+
"sourceror": {:git, "https://github.com/doorgan/sourceror.git", "c3fa0c4a6e2915fdd7a9ea9983ca762a7d196b21", [tag: "v0.12.2"]},
1414
"statistex": {:hex, :statistex, "1.0.0", "f3dc93f3c0c6c92e5f291704cf62b99b553253d7969e9a5fa713e5481cd858a5", [:mix], [], "hexpm", "ff9d8bee7035028ab4742ff52fc80a2aa35cece833cf5319009b52f1b5a86c27"},
1515
"stream_data": {:hex, :stream_data, "0.5.0", "b27641e58941685c75b353577dc602c9d2c12292dd84babf506c2033cd97893e", [:mix], [], "hexpm", "012bd2eec069ada4db3411f9115ccafa38540a3c78c4c0349f151fc761b9e271"},
1616
}

0 commit comments

Comments
 (0)