Skip to content

Commit

Permalink
Bump elixir-ls to 0.25.0 (#71)
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 16, 2024
1 parent 707052b commit 271f42b
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.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_VERSION = "0.25.0"
SERVER_URL = "https://github.com/elixir-lsp/elixir-ls/releases/download/v0.25.0/elixir-ls-v0.25.0.zip"
SERVER_SHA256 = "08ab46b78a2cc6b5a8af10c1f64fc45440b7521ebdaf08a5af2437b54ccce5a4"

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

0 comments on commit 271f42b

Please sign in to comment.