mirror of https://github.com/sbt/sbt.git
Bump launcher
This new versions layers the classpath so that the test-interface-1.0.jar appears before the scala library. This allows us to bypass reconstructing the AppConfiguration at startup which reduces the metaspace utilization of sbt.
This commit is contained in:
parent
d78d8d650c
commit
0446ec26cf
|
|
@ -32,7 +32,7 @@ object Dependencies {
|
|||
private val libraryManagementCore = "org.scala-sbt" %% "librarymanagement-core" % lmVersion
|
||||
private val libraryManagementIvy = "org.scala-sbt" %% "librarymanagement-ivy" % lmVersion
|
||||
|
||||
val launcherVersion = "1.0.4"
|
||||
val launcherVersion = "1.1.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