Merge pull request #230 from eed3si9n/wip/1.1.4

bump util to 1.1.3
This commit is contained in:
eugene yokota 2018-03-23 18:38:02 +09:00 committed by GitHub
commit de894dfb9f
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 scala212 = "2.12.4"
private val ioVersion = "1.1.3"
private val utilVersion = "1.1.2"
private val utilVersion = "1.1.3"
private val sbtIO = "org.scala-sbt" %% "io" % ioVersion