Skip to content

Commit

Permalink
Launcher 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Jul 7, 2024
1 parent 334ac55 commit c42766a
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 @@ -22,7 +22,7 @@ object Dependencies {
private val libraryManagementCore = "org.scala-sbt" %% "librarymanagement-core" % lmVersion
private val libraryManagementIvy = "org.scala-sbt" %% "librarymanagement-ivy" % lmVersion

val launcherVersion = "1.4.2"
val launcherVersion = "1.4.3"
val launcherInterface = "org.scala-sbt" % "launcher-interface" % launcherVersion
val rawLauncher = "org.scala-sbt" % "launcher" % launcherVersion
val testInterface = "org.scala-sbt" % "test-interface" % "1.0"
Expand Down

0 comments on commit c42766a

Please sign in to comment.