Skip to content

Commit

Permalink
Bump elixir-ls version to v0.25.0
Browse files Browse the repository at this point in the history
There has been several new version releases since 0.22.0:
https://github.com/elixir-lsp/elixir-ls/releases/tag/v0.25.0
  • Loading branch information
wkirschbaum committed Dec 28, 2024
1 parent 9de4050 commit 359a5b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/lsp-elixir.el
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Leave as default to let `executable-find' search for it."
:type '(repeat string)
:package-version '(lsp-mode . "8.0.0"))

(defcustom lsp-elixir-ls-version "v0.22.0"
(defcustom lsp-elixir-ls-version "v0.25.0"
"Elixir-Ls version to download.
It has to be set before `lsp-elixir.el' is loaded and it has to
be available here: https://github.com/elixir-lsp/elixir-ls/releases/"
Expand Down

0 comments on commit 359a5b1

Please sign in to comment.