Skip to content

Commit

Permalink
Bump elixir-ls version (#4069)
Browse files Browse the repository at this point in the history
There has been numerous bug fixes since v0.11.0.

* clients/lsp-elixir.el (lsp-elixir-ls-version):
Bump the version from v0.11.0 to v0.14.6.
  • Loading branch information
wkirschbaum authored Jul 6, 2023
1 parent 05c88ea commit eb224a4
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.11.0"
(defcustom lsp-elixir-ls-version "v0.14.6"
"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 eb224a4

Please sign in to comment.