Merge pull request #170 from eed3si9n/wip/bump

IO 1.2.0
This commit is contained in:
eugene yokota 2018-07-29 16:11:12 -04:00 committed by GitHub
commit 7e9e4879aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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