This commit is contained in:
eugene yokota 2017-12-15 12:51:29 -05:00 committed by GitHub
parent d2338ff287
commit 3d9eab1bf8
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.4"
private val ioVersion = "1.1.1"
private val ioVersion = "1.1.2"
private val sbtIO = "org.scala-sbt" %% "io" % ioVersion