Skip to content

Commit

Permalink
Bump elixir-ls to 0.18.1 (#58)
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 Dec 28, 2023
1 parent 4c23423 commit a579ca1
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.18.0"
SERVER_URL = "https://github.com/elixir-lsp/elixir-ls/releases/download/v0.18.0/elixir-ls-v0.18.0.zip"
SERVER_SHA256 = "fe4dd788e57c8fe0c2852eb14625ea0f90a7d10e987af35512b6e4788c8d77d4"
SERVER_VERSION = "0.18.1"
SERVER_URL = "https://github.com/elixir-lsp/elixir-ls/releases/download/v0.18.1/elixir-ls-v0.18.1.zip"
SERVER_SHA256 = "e7dc292ceb0ac9fb456d98fa306ef3b2d1b8785d0e9a1c0b5c7c7e3a6c724963"

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

0 comments on commit a579ca1

Please sign in to comment.