Skip to content

Commit

Permalink
Update Kotlin LSP to 1.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
lazebny authored and mattn committed Dec 15, 2023
1 parent 7008bd5 commit c1293b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion installer/install-kotlin-language-server.cmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off

setlocal
set VERSION=1.3.3
set VERSION=1.3.7
curl -L -o server.zip "https://github.com/fwcd/kotlin-language-server/releases/download/%VERSION%/server.zip"
call "%~dp0\run_unzip.cmd" server.zip
del server.zip
Expand Down
2 changes: 1 addition & 1 deletion installer/install-kotlin-language-server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

version="1.3.3"
version="1.3.7"
curl -L -o server.zip "https://github.com/fwcd/kotlin-language-server/releases/download/$version/server.zip"
unzip server.zip
rm server.zip
Expand Down

0 comments on commit c1293b0

Please sign in to comment.