Skip to content

Commit

Permalink
Update launcher-interface to 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jul 14, 2024
1 parent 1428b3a commit 60a2e2a
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 60a2e2a

Please sign in to comment.