From edddf91b68928b04f68111215ceed6b18ddc14e2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 08:34:55 +1100 Subject: [PATCH] Bump elixir-ls to 0.20.0 (#61) Co-authored-by: Po Chen --- plugin.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugin.py b/plugin.py index 8265e45..daddae0 100644 --- a/plugin.py +++ b/plugin.py @@ -5,9 +5,9 @@ from .server_zip_resource import ServerZipResource -SERVER_VERSION = "0.19.0" -SERVER_URL = "https://github.com/elixir-lsp/elixir-ls/releases/download/v0.19.0/elixir-ls-v0.19.0.zip" -SERVER_SHA256 = "9bba6fb36742cce8d6176078b245c67cb58ef1947823179b48f110b410483701" +SERVER_VERSION = "0.20.0" +SERVER_URL = "https://github.com/elixir-lsp/elixir-ls/releases/download/v0.20.0/elixir-ls-v0.20.0.zip" +SERVER_SHA256 = "6bb9a8e7f3bc8d742aa9d668535049cbe3d57f753c7b0292972510ee23205b43" SERVER_EXECUTABLES = ["language_server.sh", "launch.sh"] BINARY_PATH = (