Skip to content

Commit

Permalink
Bump elixir-ls to 0.17.3 (#48)
Browse files Browse the repository at this point in the history
Co-authored-by: Po Chen <princemaple@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and princemaple authored Oct 25, 2023
1 parent d1fb238 commit c0b47dc
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
@@ -5,9 +5,9 @@

from .server_zip_resource import ServerZipResource

SERVER_VERSION = "0.17.1"
SERVER_URL = "https://github.com/elixir-lsp/elixir-ls/releases/download/v0.17.1/elixir-ls-v0.17.1.zip"
SERVER_SHA256 = "e3832e22fe53c6bdab3ceecab8893ecca9dea777efb765d2ae67a00f151b5336"
SERVER_VERSION = "0.17.3"
SERVER_URL = "https://github.com/elixir-lsp/elixir-ls/releases/download/v0.17.3/elixir-ls-v0.17.3.zip"
SERVER_SHA256 = "7050c4558a9075e118b9856ef772998c2ced3b48413a09d79c2e2ff1b5fd1aba"

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

0 comments on commit c0b47dc

Please sign in to comment.