From 862737763fd94d319d9efe547920241f45fe563b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 09:08:49 +0800 Subject: [PATCH] Bump elixir-ls to 0.17.9 (#54) Co-authored-by: Po Chen --- plugin.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugin.py b/plugin.py index 13880d4..0df324f 100644 --- a/plugin.py +++ b/plugin.py @@ -5,9 +5,9 @@ from .server_zip_resource import ServerZipResource -SERVER_VERSION = "0.17.8" -SERVER_URL = "https://github.com/elixir-lsp/elixir-ls/releases/download/v0.17.8/elixir-ls-v0.17.8.zip" -SERVER_SHA256 = "bc32ecabc755de5f4bb95c77a1fb571e1f8e4664f40ec7f72c654fb08ab1a9cd" +SERVER_VERSION = "0.17.9" +SERVER_URL = "https://github.com/elixir-lsp/elixir-ls/releases/download/v0.17.9/elixir-ls-v0.17.9.zip" +SERVER_SHA256 = "d038058e96ffb5e94ff9778db11df40e776092409b4ab180074a4f17666d413d" SERVER_EXECUTABLES = ["language_server.sh", "launch.sh"] BINARY_PATH = (