mirror of https://github.com/sbt/sbt.git
Launcher 1.5.0
This commit is contained in:
parent
8830abb912
commit
4b1239fcee
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue