Merge pull request #4288 from eed3si9n/wip/bump

Zinc, LM, Util 1.2.0
This commit is contained in:
eugene yokota 2018-07-30 00:26:50 -04:00 committed by GitHub
commit 02cea368eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -8,10 +8,10 @@ object Dependencies {
val baseScalaVersion = scala212
// sbt modules
private val ioVersion = "1.2.0-M2"
private val utilVersion = "1.2.0-M2"
private val lmVersion = "1.2.0-M3"
private val zincVersion = "1.2.0-M2"
private val ioVersion = "1.2.0"
private val utilVersion = "1.2.0"
private val lmVersion = "1.2.0"
private val zincVersion = "1.2.0"
private val sbtIO = "org.scala-sbt" %% "io" % ioVersion