Update Kotlin LSP to 1.3.7

This commit is contained in:
Vadim Lazebny
2023-10-16 21:43:55 +03:00
committed by mattn
parent 7008bd5d74
commit c1293b00c4
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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