Skip to content

Commit

Permalink
Bump elixir-ls to 0.22.1 (#68)
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 Jul 11, 2024
1 parent 104b768 commit b753c9d
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.22.0"
SERVER_URL = "https://github.com/elixir-lsp/elixir-ls/releases/download/v0.22.0/elixir-ls-v0.22.0.zip"
SERVER_SHA256 = "8abeea3de2b1e1f094728c6e70917bcbeb6d7cb3bf8d75e8129a7d890566b00c"
SERVER_VERSION = "0.22.1"
SERVER_URL = "https://github.com/elixir-lsp/elixir-ls/releases/download/v0.22.1/elixir-ls-v0.22.1.zip"
SERVER_SHA256 = "30f31651072d92759349955c6c79501e3789dd5404d75427e340ae6ccf522f59"

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

0 comments on commit b753c9d

Please sign in to comment.