Skip to content

Commit 0423a8e

Browse files
authored
Merge pull request #1588 from scala-steward/update/launcher-interface-1.5.1
Update launcher-interface to 1.5.1
2 parents caa84f1 + f1c7697 commit 0423a8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ object Dependencies {
2929
private val utilInterface = "org.scala-sbt" % "util-interface" % utilVersion
3030
private val utilScripted = "org.scala-sbt" %% "util-scripted" % utilVersion
3131

32-
val launcherInterface = "org.scala-sbt" % "launcher-interface" % "1.4.4"
32+
val launcherInterface = "org.scala-sbt" % "launcher-interface" % "1.5.1"
3333

3434
def getSbtModulePath(key: String, name: String) = {
3535
val localProps = new java.util.Properties()

0 commit comments

Comments
 (0)