Merge pull request #3674 from eed3si9n/wip/1.0.3

Bump modules
This commit is contained in:
eugene yokota 2017-10-26 22:03:35 -04:00 committed by GitHub
commit 89702ffaa7
1 changed files with 3 additions and 3 deletions

View File

@ -13,9 +13,9 @@ object Dependencies {
// sbt modules
private val ioVersion = "1.0.2"
private val utilVersion = "1.0.1"
private val lmVersion = "1.0.2"
private val zincVersion = "1.0.1"
private val utilVersion = "1.0.2"
private val lmVersion = "1.0.3"
private val zincVersion = "1.0.3"
private val sbtIO = "org.scala-sbt" %% "io" % ioVersion