mirror of https://github.com/sbt/sbt.git
bump util to 1.1.3
This commit is contained in:
parent
73bce6fa5a
commit
f3b06bc18e
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue