From d1fb238f315baae5b98b1ebd99cf329b9a7a08bd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 09:16:20 +0800 Subject: [PATCH] Bump elixir-ls to 0.17.1 (#45) Co-authored-by: Po Chen --- plugin.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugin.py b/plugin.py index c2c58c4..bacfcd0 100644 --- a/plugin.py +++ b/plugin.py @@ -5,9 +5,9 @@ from .server_zip_resource import ServerZipResource -SERVER_VERSION = "0.17.0" -SERVER_URL = "https://github.com/elixir-lsp/elixir-ls/releases/download/v0.17.0/elixir-ls-v0.17.0.zip" -SERVER_SHA256 = "a20963bcfddd09f68f59eb1a15696e5c6f54ba0613a578ec80942e7c97be74e0" +SERVER_VERSION = "0.17.1" +SERVER_URL = "https://github.com/elixir-lsp/elixir-ls/releases/download/v0.17.1/elixir-ls-v0.17.1.zip" +SERVER_SHA256 = "e3832e22fe53c6bdab3ceecab8893ecca9dea777efb765d2ae67a00f151b5336" SERVER_EXECUTABLES = ["language_server.sh", "launch.sh"] BINARY_PATH = (