Merge pull request #4304 from eed3si9n/wip/bump

Zinc 1.2.1, IO 1.2.1
This commit is contained in:
eugene yokota 2018-08-06 18:52:29 -04:00 committed by GitHub
commit 549c69463d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -8,10 +8,10 @@ object Dependencies {
val baseScalaVersion = scala212
// sbt modules
private val ioVersion = "1.2.0"
private val ioVersion = "1.2.1"
private val utilVersion = "1.2.0"
private val lmVersion = "1.2.0"
private val zincVersion = "1.2.0"
private val zincVersion = "1.2.1"
private val sbtIO = "org.scala-sbt" %% "io" % ioVersion