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