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-09 23:56:59 -04:00
parent c592b2f542
commit ffacc62b86
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