mirror of https://github.com/sbt/sbt.git
Bump modules
This commit is contained in:
parent
17762947e4
commit
309fdfac31
|
|
@ -13,9 +13,9 @@ object Dependencies {
|
||||||
|
|
||||||
// sbt modules
|
// sbt modules
|
||||||
private val ioVersion = "1.0.2"
|
private val ioVersion = "1.0.2"
|
||||||
private val utilVersion = "1.0.2"
|
private val utilVersion = "1.0.3"
|
||||||
private val lmVersion = "1.0.3"
|
private val lmVersion = "1.0.4"
|
||||||
private val zincVersion = "1.0.3"
|
private val zincVersion = "1.0.4"
|
||||||
|
|
||||||
private val sbtIO = "org.scala-sbt" %% "io" % ioVersion
|
private val sbtIO = "org.scala-sbt" %% "io" % ioVersion
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue