Merge pull request #256 from eed3si9n/wip/bump

Util 1.2.0
This commit is contained in:
eugene yokota 2018-07-29 20:47:12 -04:00 committed by GitHub
commit d70dc049f8
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.2.0-M2"
private val utilVersion = "1.2.0-M1"
private val ioVersion = "1.2.0"
private val utilVersion = "1.2.0"
private val sbtIO = "org.scala-sbt" %% "io" % ioVersion