mirror of https://github.com/sbt/sbt.git
Zinc 2.0.0-M19
This commit is contained in:
parent
aed2c6125b
commit
6df13e3ede
|
|
@ -331,7 +331,6 @@ object RunnerScriptTest extends verify.BasicTestSuite with ShellScriptUtil:
|
|||
)
|
||||
|
||||
testOutput("sbt --experimental_execution_log=true")("--experimental_execution_log=true", "-v"):
|
||||
(out: List[String]) =>
|
||||
assert(out.contains[String]("-Dsbt.experimental_execution_log=true"))
|
||||
(out: List[String]) => assert(out.contains[String]("-Dsbt.experimental_execution_log=true"))
|
||||
|
||||
end RunnerScriptTest
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ object Dependencies {
|
|||
|
||||
// sbt modules
|
||||
val ioVersion = nightlyVersion.getOrElse("1.12.0")
|
||||
val zincVersion = nightlyVersion.getOrElse("2.0.0-M18")
|
||||
val zincVersion = nightlyVersion.getOrElse("2.0.0-M19")
|
||||
|
||||
private val sbtIO = "org.scala-sbt" %% "io" % ioVersion
|
||||
|
||||
|
|
|
|||
|
|
@ -41,7 +41,6 @@ lazy val root = (project in file("."))
|
|||
"junit:junit",
|
||||
"net.java.dev.jna:jna",
|
||||
"net.java.dev.jna:jna-platform",
|
||||
"net.openhft:zero-allocation-hashing",
|
||||
"org.checkerframework:checker-qual",
|
||||
"org.fusesource.jansi:jansi",
|
||||
"org.hamcrest:hamcrest-core",
|
||||
|
|
|
|||
Loading…
Reference in New Issue