Skip to content

Commit

Permalink
Bump elixir-ls to 0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
princemaple authored and ihabunek committed May 5, 2024
1 parent dd7525f commit b11a0d7
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.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_VERSION = "0.21.0"
SERVER_URL = "https://github.com/elixir-lsp/elixir-ls/releases/download/v0.21.0/elixir-ls-v0.21.0.zip"
SERVER_SHA256 = "bfa42248627cf4bea9002c9968565e3a420eb168ea8698989354b67cabe5f64e"

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

0 comments on commit b11a0d7

Please sign in to comment.