Skip to content

Commit dec1287

Browse files
authored
Merge pull request #467 from scala-steward/update/launcher-interface-1.0.4
Update launcher-interface to 1.0.4
2 parents d9404c4 + f757665 commit dec1287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ object Dependencies {
4242
addSbtModule(p, sbtUtilPath, "utilLogging", utilLogging)
4343
def addSbtUtilCache(p: Project): Project = addSbtModule(p, sbtUtilPath, "utilCache", utilCache)
4444

45-
val launcherInterface = "org.scala-sbt" % "launcher-interface" % "1.0.0"
45+
val launcherInterface = "org.scala-sbt" % "launcher-interface" % "1.0.4"
4646
val ivy = "org.scala-sbt.ivy" % "ivy" % "2.3.0-sbt-396a783bba347016e7fe30dacc60d355be607fe2"
4747

4848
val sbtV = "1.0"

0 commit comments

Comments
 (0)