From 853f1a215f13fe8d7164cd097e131fb1fdb66f1a Mon Sep 17 00:00:00 2001 From: "foundweekends-bot[bot]" <74864734+foundweekends-bot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 05:07:08 +0000 Subject: [PATCH] Update launcher, launcher-interface to 1.6.2 --- project/Dependencies.scala | 4 ++-- setup.ps1 | 2 +- setup.sh | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index b736127..0cda32d 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -1,8 +1,8 @@ import sbt._ object Dependencies { - val sbtLauncherDeps = "org.scala-sbt" % "launcher" % "1.6.1" % "test" - val launcherInterface = "org.scala-sbt" % "launcher-interface" % "1.6.1" + val sbtLauncherDeps = "org.scala-sbt" % "launcher" % "1.6.2" % "test" + val launcherInterface = "org.scala-sbt" % "launcher-interface" % "1.6.2" val scalaSwing = "org.scala-lang.modules" %% "scala-swing" % "3.0.0" val dispatchCore = "net.databinder.dispatch" %% "dispatch-core" % "0.12.3" val scopt = "com.github.scopt" %% "scopt" % "4.1.0" diff --git a/setup.ps1 b/setup.ps1 index 47e3a1a..a63181f 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.6.1" +$LJV = "1.6.2" $LJ = "launcher-$LJV.jar" # If launcher is not in configuration directory diff --git a/setup.sh b/setup.sh index f6c99e3..0843251 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.6.1 +LJV=1.6.2 LJ="launcher-$LJV.jar" # If launcher is not in configuration directory