Merge pull request #155 from eed3si9n/wip/bump

IO 1.0.0, Util 1.0.0
This commit is contained in:
eugene yokota 2017-08-09 21:49:20 -04:00 committed by GitHub
commit 7985a930a3
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-RC3"
private val utilVersion = "1.0.0-RC3"
private val ioVersion = "1.0.0"
private val utilVersion = "1.0.0"
private val sbtIO = "org.scala-sbt" %% "io" % ioVersion