IO 1.0.0-RC3, Util 1.0.0-RC3

This commit is contained in:
Eugene Yokota 2017-07-28 12:47:57 -04:00
parent 831e99bd59
commit 0a42cf0749
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ object Dependencies {
val scala211 = "2.11.11"
val scala212 = "2.12.3"
private val ioVersion = "1.0.0-M13"
private val utilVersion = "1.0.0-M27"
private val ioVersion = "1.0.0-RC3"
private val utilVersion = "1.0.0-RC3"
private val sbtIO = "org.scala-sbt" %% "io" % ioVersion