Zinc 1.3.0-M2, Util 1.3.0-M4

This commit is contained in:
Eugene Yokota 2019-01-29 18:15:40 -05:00
parent 08d5eed549
commit e91b651a03
1 changed files with 2 additions and 2 deletions

View File

@ -10,13 +10,13 @@ object Dependencies {
// sbt modules // sbt modules
private val ioVersion = "1.3.0-M5" private val ioVersion = "1.3.0-M5"
private val utilVersion = "1.3.0-M3" private val utilVersion = "1.3.0-M4"
private val lmVersion = private val lmVersion =
sys.props.get("sbt.build.lm.version") match { sys.props.get("sbt.build.lm.version") match {
case Some(version) => version case Some(version) => version
case _ => "1.3.0-M1" case _ => "1.3.0-M1"
} }
private val zincVersion = "1.2.5" private val zincVersion = "1.3.0-M2"
private val sbtIO = "org.scala-sbt" %% "io" % ioVersion private val sbtIO = "org.scala-sbt" %% "io" % ioVersion