Merge pull request #116 from eed3si9n/wip/bumpio

IO 1.0.0
This commit is contained in:
eugene yokota 2017-08-09 20:38:59 -04:00 committed by GitHub
commit 93b9937894
1 changed files with 1 additions and 1 deletions

View File

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