From b6b39c9aa23ac3c7db5d8c4ef20395a8e018482c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 09:13:02 +0800 Subject: [PATCH] Bump elixir-ls to 0.17.5 (#50) Co-authored-by: Po Chen --- plugin.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugin.py b/plugin.py index 63a477b..aa2a1c6 100644 --- a/plugin.py +++ b/plugin.py @@ -5,9 +5,9 @@ from .server_zip_resource import ServerZipResource -SERVER_VERSION = "0.17.4" -SERVER_URL = "https://github.com/elixir-lsp/elixir-ls/releases/download/v0.17.4/elixir-ls-v0.17.4.zip" -SERVER_SHA256 = "8410488fe3406e0e49b3feb7b935ca1413a8880a1e7a7f04c97ca0e2c8fd5968" +SERVER_VERSION = "0.17.5" +SERVER_URL = "https://github.com/elixir-lsp/elixir-ls/releases/download/v0.17.5/elixir-ls-v0.17.5.zip" +SERVER_SHA256 = "e98cb5517accca8764d5442d5669b9e188f8aa45a4934938f3f69f3495b04a62" SERVER_EXECUTABLES = ["language_server.sh", "launch.sh"] BINARY_PATH = (