Merge pull request #4524 from eed3si9n/wip/bumpmodule

Zinc 1.3.0-M2, Util 1.3.0-M4
This commit is contained in:
eugene yokota 2019-01-30 11:01:18 -05:00 committed by GitHub
commit e36360977b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

View File

@ -10,13 +10,13 @@ object Dependencies {
// sbt modules
private val ioVersion = "1.3.0-M5"
private val utilVersion = "1.3.0-M3"
private val utilVersion = "1.3.0-M4"
private val lmVersion =
sys.props.get("sbt.build.lm.version") match {
case Some(version) => version
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