Merge pull request #87 from eed3si9n/wip/bumpio

io 1.0.0-M12
This commit is contained in:
eugene yokota 2017-07-01 03:55:48 -04:00 committed by GitHub
commit 8077ead3b3
1 changed files with 1 additions and 1 deletions

View File

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