Merge pull request #4146 from eed3si9n/wip/bumpzinc

Zinc 1.1.7
This commit is contained in:
eugene yokota 2018-05-08 13:09:34 -04:00 committed by GitHub
commit 68c984a66d
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.1.7"
private val utilVersion = "1.1.3"
private val lmVersion = "1.1.4"
private val zincVersion = "1.1.6"
private val zincVersion = "1.1.7"
private val sbtIO = "org.scala-sbt" %% "io" % ioVersion