Skip to content

Commit

Permalink
Bump elixir-ls to 0.17.6 (#51)
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 Nov 3, 2023
1 parent b6b39c9 commit 0e9efb2
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.17.5"
SERVER_URL = "https://github.com/elixir-lsp/elixir-ls/releases/download/v0.17.5/elixir-ls-v0.17.5.zip"
SERVER_SHA256 = "e98cb5517accca8764d5442d5669b9e188f8aa45a4934938f3f69f3495b04a62"
SERVER_VERSION = "0.17.6"
SERVER_URL = "https://github.com/elixir-lsp/elixir-ls/releases/download/v0.17.6/elixir-ls-v0.17.6.zip"
SERVER_SHA256 = "42112a390451ac99f750eecd57ca241babecf7f713a8df063b78100083096c54"

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

0 comments on commit 0e9efb2

Please sign in to comment.