diff --git a/setup.ps1 b/setup.ps1 index 2697403..437bc40 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.4.4" +$LJV = "1.5.0" $LJ = "launcher-$LJV.jar" # If launcher is not in configuration directory diff --git a/setup.sh b/setup.sh index d62c89d..004ecb8 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.4.4 +LJV=1.5.0 LJ="launcher-$LJV.jar" # If launcher is not in configuration directory