From 0e9efb2208195dae437d59cbf4037c14010f37dc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 19:56:03 +1100 Subject: [PATCH] Bump elixir-ls to 0.17.6 (#51) Co-authored-by: Po Chen --- plugin.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugin.py b/plugin.py index aa2a1c6..993ab58 100644 --- a/plugin.py +++ b/plugin.py @@ -5,9 +5,9 @@ from .server_zip_resource import ServerZipResource -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_VERSION = "0.17.6" +SERVER_URL = "https://github.com/elixir-lsp/elixir-ls/releases/download/v0.17.6/elixir-ls-v0.17.6.zip" +SERVER_SHA256 = "42112a390451ac99f750eecd57ca241babecf7f713a8df063b78100083096c54" SERVER_EXECUTABLES = ["language_server.sh", "launch.sh"] BINARY_PATH = (