From 707052bf783772410ba8e175aa9814772db079a5 Mon Sep 17 00:00:00 2001 From: Udo Date: Tue, 15 Oct 2024 14:03:26 +0200 Subject: [PATCH] Bump elixir-ls to 0.24.1 --- plugin.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugin.py b/plugin.py index e09fa92..d3524f5 100644 --- a/plugin.py +++ b/plugin.py @@ -5,9 +5,9 @@ from .server_zip_resource import ServerZipResource -SERVER_VERSION = "0.23.0" -SERVER_URL = "https://github.com/elixir-lsp/elixir-ls/releases/download/v0.23.0/elixir-ls-v0.23.0.zip" -SERVER_SHA256 = "d610b67d1172cf2183709749cfe2f2caf5e640e241bb2eeba3593b4d0fb97ff1" +SERVER_VERSION = "0.24.1" +SERVER_URL = "https://github.com/elixir-lsp/elixir-ls/releases/download/v0.24.1/elixir-ls-v0.24.1.zip" +SERVER_SHA256 = "99595d3fa5bec269057632de8160077e313f10369314b04017cc93c7f80f39a7" SERVER_EXECUTABLES = ["language_server.sh", "launch.sh"] BINARY_PATH = (