Skip to content

Commit

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

Update launcher-interface to 1.4.3
  • Loading branch information
eed3si9n authored Jul 15, 2024
2 parents 994f185 + 60a2e2a commit 14e7914
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 @@ -27,7 +27,7 @@ object Dependencies {
private val utilInterface = "org.scala-sbt" % "util-interface" % utilVersion
private val utilScripted = "org.scala-sbt" %% "util-scripted" % utilVersion

val launcherInterface = "org.scala-sbt" % "launcher-interface" % "1.4.2"
val launcherInterface = "org.scala-sbt" % "launcher-interface" % "1.4.3"

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

0 comments on commit 14e7914

Please sign in to comment.