bump Zinc to 1.0.1

Fixes #2884
This commit is contained in:
Eugene Yokota 2017-09-16 00:38:22 -04:00
parent caf2fa2cb8
commit 4bd7010a4f
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