File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
import sbt ._
2
2
3
3
object Dependencies {
4
- val sbtLauncherDeps = " org.scala-sbt" % " launcher" % " 1.4.3 " % " test"
5
- val launcherInterface = " org.scala-sbt" % " launcher-interface" % " 1.4.3 "
4
+ val sbtLauncherDeps = " org.scala-sbt" % " launcher" % " 1.4.4 " % " test"
5
+ val launcherInterface = " org.scala-sbt" % " launcher-interface" % " 1.4.4 "
6
6
val scalaSwing = " org.scala-lang.modules" %% " scala-swing" % " 3.0.0"
7
7
val dispatchCore = " net.databinder.dispatch" %% " dispatch-core" % " 0.12.3"
8
8
val scopt = " com.github.scopt" %% " scopt" % " 4.1.0"
Original file line number Diff line number Diff line change 68
68
echo " @echo off
69
69
java %JAVA_OPTS% -jar $CS \sbt-launch.jar @file:\$CLC %*" | Out-File - Encoding " ASCII" " $BIN \cs.bat"
70
70
71
- $LJV = " 1.4.3 "
71
+ $LJV = " 1.4.4 "
72
72
$LJ = " launcher-$LJV .jar"
73
73
74
74
# If launcher is not in configuration directory
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ java \$JAVA_OPTS -jar $CS/sbt-launch.jar @$CLC \"\$@\"" > "$BIN/cs"
40
40
41
41
chmod a+x " $BIN /cs"
42
42
43
- LJV=1.4.3
43
+ LJV=1.4.4
44
44
LJ=" launcher-$LJV .jar"
45
45
46
46
# If launcher is not in configuration directory
You can’t perform that action at this time.
0 commit comments