Skip to content

Commit

Permalink
Bump elixir-ls version (#4178)
Browse files Browse the repository at this point in the history
* lsp-elixir.el: Update lsp-elixir-ls-version and lsp-elixir-ls-download-url
  • Loading branch information
wkirschbaum authored Sep 23, 2023
1 parent c7b3d1c commit 2f22487
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.14.6"
(defcustom lsp-elixir-ls-version "v0.16.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 All @@ -114,7 +114,7 @@ be available here: https://github.com/elixir-lsp/elixir-ls/releases/"
:package-version '(lsp-mode . "8.0.1"))

(defcustom lsp-elixir-ls-download-url
(format "https://github.com/elixir-lsp/elixir-ls/releases/download/%s/elixir-ls.zip"
(format "https://github.com/elixir-lsp/elixir-ls/releases/download/%1$s/elixir-ls-%1$s.zip"
lsp-elixir-ls-version)
"Automatic download url for elixir-ls"
:type 'string
Expand Down

0 comments on commit 2f22487

Please sign in to comment.