Merge pull request #95 from eed3si9n/wip/bumpio2

bump IO
This commit is contained in:
eugene yokota 2017-07-15 13:37:30 -04:00 committed by GitHub
commit 5b85002a69
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.2"
private val ioVersion = "1.0.0-M12"
private val ioVersion = "1.0.0-M13"
private val sbtIO = "org.scala-sbt" %% "io" % ioVersion