Merge pull request #3415 from eed3si9n/wip/bump

IO 1.0.0, Util 1.0.0, LM 1.0.0, Zinc 1.0.0
This commit is contained in:
eugene yokota 2017-08-10 00:48:02 -04:00 committed by GitHub
commit 816958d8c8
1 changed files with 4 additions and 4 deletions

View File

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