Skip to content

Commit 50714d3

Browse files
Update launcher, launcher-interface to 1.4.4 (#347)
Co-authored-by: foundweekends-bot[bot] <74864734+foundweekends-bot[bot]@users.noreply.github.com> Co-authored-by: kenji yoshida <[email protected]>
1 parent dcc87e5 commit 50714d3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

project/Dependencies.scala

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import sbt._
22

33
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"
66
val scalaSwing = "org.scala-lang.modules" %% "scala-swing" % "3.0.0"
77
val dispatchCore = "net.databinder.dispatch" %% "dispatch-core" % "0.12.3"
88
val scopt = "com.github.scopt" %% "scopt" % "4.1.0"

setup.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ echo "
6868
echo "@echo off
6969
java %JAVA_OPTS% -jar $CS\sbt-launch.jar @file:\$CLC %*" | Out-File -Encoding "ASCII" "$BIN\cs.bat"
7070

71-
$LJV = "1.4.3"
71+
$LJV = "1.4.4"
7272
$LJ = "launcher-$LJV.jar"
7373

7474
# If launcher is not in configuration directory

setup.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ java \$JAVA_OPTS -jar $CS/sbt-launch.jar @$CLC \"\$@\"" > "$BIN/cs"
4040

4141
chmod a+x "$BIN/cs"
4242

43-
LJV=1.4.3
43+
LJV=1.4.4
4444
LJ="launcher-$LJV.jar"
4545

4646
# If launcher is not in configuration directory

0 commit comments

Comments
 (0)