mirror of https://github.com/sbt/sbt.git
Bump modules
This commit is contained in:
parent
426c31ae53
commit
45c857d152
|
|
@ -9,9 +9,9 @@ object Dependencies {
|
||||||
|
|
||||||
// sbt modules
|
// sbt modules
|
||||||
private val ioVersion = "1.2.1"
|
private val ioVersion = "1.2.1"
|
||||||
private val utilVersion = "1.2.0"
|
private val utilVersion = "1.2.2"
|
||||||
private val lmVersion = "1.2.0"
|
private val lmVersion = "1.2.1"
|
||||||
private val zincVersion = "1.2.1"
|
private val zincVersion = "1.2.2"
|
||||||
|
|
||||||
private val sbtIO = "org.scala-sbt" %% "io" % ioVersion
|
private val sbtIO = "org.scala-sbt" %% "io" % ioVersion
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue