Skip to content

Commit

Permalink
Bump elixir-ls to 0.21.2 (#65)
Browse files Browse the repository at this point in the history
Co-authored-by: Po Chen <[email protected]>
  • Loading branch information
github-actions[bot] and princemaple authored May 22, 2024
1 parent bf535e3 commit 70e3d7c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

from .server_zip_resource import ServerZipResource

SERVER_VERSION = "0.21.1"
SERVER_URL = "https://github.com/elixir-lsp/elixir-ls/releases/download/v0.21.1/elixir-ls-v0.21.1.zip"
SERVER_SHA256 = "16b98ece3549b94f3d7890fecde5523480e591ef30d3dbf8195526a1e14d0780"
SERVER_VERSION = "0.21.2"
SERVER_URL = "https://github.com/elixir-lsp/elixir-ls/releases/download/v0.21.2/elixir-ls-v0.21.2.zip"
SERVER_SHA256 = "9ab569fed27691ed56ccf67bf54d60ac980af288816221707ed8ec9e39789002"

SERVER_EXECUTABLES = ["language_server.sh", "launch.sh"]
BINARY_PATH = (
Expand Down

0 comments on commit 70e3d7c

Please sign in to comment.