Merge pull request #4265 from eed3si9n/wip/bumpzinc

Zinc 1.2.0-M2
This commit is contained in:
eugene yokota 2018-07-14 09:06:09 -04:00 committed by GitHub
commit 2d106d92a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ object Dependencies {
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-M1"
private val zincVersion = "1.2.0-M2"
private val sbtIO = "org.scala-sbt" %% "io" % ioVersion