From bec2a4c01406d092cbb29a423f3f63a1c195edd4 Mon Sep 17 00:00:00 2001 From: Wilhelm Kirschbaum Date: Wed, 19 Jun 2024 11:41:24 +0200 Subject: [PATCH] Bump elixir-ls version to v0.22.0 Version 0.22 supports the newly released Elixir 1.17. --- clients/lsp-elixir.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/lsp-elixir.el b/clients/lsp-elixir.el index 8944449b9f..3c03b03645 100644 --- a/clients/lsp-elixir.el +++ b/clients/lsp-elixir.el @@ -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.20.0" +(defcustom lsp-elixir-ls-version "v0.22.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/"