Merge pull request #4214 from eed3si9n/wip/bump

bump modules to 1.2.0-M1
This commit is contained in:
eugene yokota 2018-06-18 23:25:22 -04:00 committed by GitHub
commit 5b8272b935
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.1.10"
private val utilVersion = "1.1.3"
private val lmVersion = "1.1.5"
private val zincVersion = "1.1.7"
private val ioVersion = "1.2.0-M1"
private val utilVersion = "1.2.0-M1"
private val lmVersion = "1.2.0-M1"
private val zincVersion = "1.2.0-M1"
private val sbtIO = "org.scala-sbt" %% "io" % ioVersion