Merge pull request #247 from eed3si9n/wip/bump

IO, Util 1.2.0-M1
This commit is contained in:
eugene yokota 2018-06-18 10:22:09 -04:00 committed by GitHub
commit a500d0e0a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ object Dependencies {
val scala211 = "2.11.12"
val scala212 = "2.12.6"
private val ioVersion = "1.1.3"
private val utilVersion = "1.1.3"
private val ioVersion = "1.2.0-M1"
private val utilVersion = "1.2.0-M1"
private val sbtIO = "org.scala-sbt" %% "io" % ioVersion