Launcher 1.5.0

This commit is contained in:
Eugene Yokota 2025-09-06 17:59:53 -04:00
parent 8830abb912
commit 4b1239fcee
1 changed files with 1 additions and 1 deletions

View File

@ -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.4"
val launcherVersion = "1.5.0"
val launcherInterface = "org.scala-sbt" % "launcher-interface" % launcherVersion
val rawLauncher = "org.scala-sbt" % "launcher" % launcherVersion
val testInterface = "org.scala-sbt" % "test-interface" % "1.0"