Skip to content

Commit

Permalink
Bump elixir-ls to 0.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
optikfluffel authored and ihabunek committed Oct 15, 2024
1 parent 08a5c5f commit 707052b
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.23.0"
SERVER_URL = "https://github.com/elixir-lsp/elixir-ls/releases/download/v0.23.0/elixir-ls-v0.23.0.zip"
SERVER_SHA256 = "d610b67d1172cf2183709749cfe2f2caf5e640e241bb2eeba3593b4d0fb97ff1"
SERVER_VERSION = "0.24.1"
SERVER_URL = "https://github.com/elixir-lsp/elixir-ls/releases/download/v0.24.1/elixir-ls-v0.24.1.zip"
SERVER_SHA256 = "99595d3fa5bec269057632de8160077e313f10369314b04017cc93c7f80f39a7"

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

0 comments on commit 707052b

Please sign in to comment.