mirror of https://github.com/sbt/sbt.git
IO 1.1.3 and Util 1.1.2
This commit is contained in:
parent
72dd0064c3
commit
b53c37b54f
|
|
@ -6,8 +6,8 @@ object Dependencies {
|
||||||
val scala211 = "2.11.12"
|
val scala211 = "2.11.12"
|
||||||
val scala212 = "2.12.4"
|
val scala212 = "2.12.4"
|
||||||
|
|
||||||
private val ioVersion = "1.1.2"
|
private val ioVersion = "1.1.3"
|
||||||
private val utilVersion = "1.1.1"
|
private val utilVersion = "1.1.2"
|
||||||
|
|
||||||
private val sbtIO = "org.scala-sbt" %% "io" % ioVersion
|
private val sbtIO = "org.scala-sbt" %% "io" % ioVersion
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue