From 34b17d12066837077646575c43eac9bceb8c44b1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 20 Aug 2023 09:03:59 +1000 Subject: [PATCH] Bump elixir-ls to 0.16.0 (#43) Co-authored-by: Po Chen --- plugin.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugin.py b/plugin.py index fef56fa..44f1751 100644 --- a/plugin.py +++ b/plugin.py @@ -5,9 +5,9 @@ from .server_zip_resource import ServerZipResource -SERVER_VERSION = "0.15.1" -SERVER_URL = "https://github.com/elixir-lsp/elixir-ls/releases/download/v0.15.1/elixir-ls-v0.15.1.zip" -SERVER_SHA256 = "5a6320e03b552e091cf5446ee05fa4ded51e0c89f321c629b49b02d674ecab3a" +SERVER_VERSION = "0.16.0" +SERVER_URL = "https://github.com/elixir-lsp/elixir-ls/releases/download/v0.16.0/elixir-ls-v0.16.0.zip" +SERVER_SHA256 = "8dc8781d30ad773b71cbdba6d449026489c56417b88b92952cdeaed40aca7a98" SERVER_EXECUTABLES = ["language_server.sh", "launch.sh"] BINARY_PATH = (