Merge pull request #3549 from eed3si9n/wip/zinc_bump

bump Zinc to 1.0.1
This commit is contained in:
eugene yokota 2017-09-16 01:28:07 -04:00 committed by GitHub
commit 6677802697
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ object Dependencies {
private val ioVersion = "1.0.1"
private val utilVersion = "1.0.1"
private val lmVersion = "1.0.1"
private val zincVersion = "1.0.0"
private val zincVersion = "1.0.1"
private val sbtIO = "org.scala-sbt" %% "io" % ioVersion