bumping to zinc 1.0.0-X2

This commit is contained in:
Eugene Yokota 2016-08-30 21:37:20 -04:00
parent 27fe8eb6f7
commit 9655f50c55
2 changed files with 2 additions and 1 deletions

View File

@ -944,6 +944,7 @@ object Defaults extends BuildCommon {
compilerCache.value,
incOptions.value,
(compilerReporter in compile).value,
o2m(None),
// TODO - task / setting for extra,
Array.empty)
}

View File

@ -12,7 +12,7 @@ object Dependencies {
val ioVersion = "1.0.0-M6"
val utilVersion = "0.1.0-M13"
val librarymanagementVersion = "0.1.0-X1"
val zincVersion = "1.0.0-X1"
val zincVersion = "1.0.0-X2"
lazy val sbtIO = "org.scala-sbt" %% "io" % ioVersion
lazy val utilCollection = "org.scala-sbt" %% "util-collection" % utilVersion
lazy val utilLogging = "org.scala-sbt" %% "util-logging" % utilVersion