Skip to content

Commit

Permalink
Bump elixir-ls to 0.16.0 (#43)
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 Aug 19, 2023
1 parent e1da37e commit 34b17d1
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.15.1"
SERVER_URL = "https://github.com/elixir-lsp/elixir-ls/releases/download/v0.15.1/elixir-ls-v0.15.1.zip"
SERVER_SHA256 = "5a6320e03b552e091cf5446ee05fa4ded51e0c89f321c629b49b02d674ecab3a"
SERVER_VERSION = "0.16.0"
SERVER_URL = "https://github.com/elixir-lsp/elixir-ls/releases/download/v0.16.0/elixir-ls-v0.16.0.zip"
SERVER_SHA256 = "8dc8781d30ad773b71cbdba6d449026489c56417b88b92952cdeaed40aca7a98"

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

0 comments on commit 34b17d1

Please sign in to comment.