Skip to content

Commit

Permalink
Merge pull request #467 from scala-steward/update/launcher-interface-…
Browse files Browse the repository at this point in the history
…1.0.4

Update launcher-interface to 1.0.4
  • Loading branch information
eed3si9n authored Nov 30, 2024
2 parents d9404c4 + f757665 commit dec1287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ object Dependencies {
addSbtModule(p, sbtUtilPath, "utilLogging", utilLogging)
def addSbtUtilCache(p: Project): Project = addSbtModule(p, sbtUtilPath, "utilCache", utilCache)

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

val sbtV = "1.0"
Expand Down

0 comments on commit dec1287

Please sign in to comment.