From 169940746d47179bc2cee9a3353f6d8c1b65a341 Mon Sep 17 00:00:00 2001 From: xuwei-k <6b656e6a69@gmail.com> Date: Wed, 8 Jul 2026 16:48:42 +0900 Subject: [PATCH] Update launcher version in setup script --- setup.ps1 | 2 +- setup.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.ps1 b/setup.ps1 index 437bc40..47e3a1a 100644 --- a/setup.ps1 +++ b/setup.ps1 @@ -68,7 +68,7 @@ echo " echo "@echo off java %JAVA_OPTS% -jar $CS\sbt-launch.jar @file:\$CLC %*" | Out-File -Encoding "ASCII" "$BIN\cs.bat" -$LJV = "1.5.0" +$LJV = "1.6.1" $LJ = "launcher-$LJV.jar" # If launcher is not in configuration directory diff --git a/setup.sh b/setup.sh index 004ecb8..f6c99e3 100755 --- a/setup.sh +++ b/setup.sh @@ -40,7 +40,7 @@ java \$JAVA_OPTS -jar $CS/sbt-launch.jar @$CLC \"\$@\"" > "$BIN/cs" chmod a+x "$BIN/cs" -LJV=1.5.0 +LJV=1.6.1 LJ="launcher-$LJV.jar" # If launcher is not in configuration directory