mirror of https://github.com/sbt/sbt.git
bump util, lm, and zinc
This commit is contained in:
parent
dedc7a53e6
commit
172a3c8247
|
|
@ -10,9 +10,9 @@ object Dependencies {
|
|||
|
||||
// sbt modules
|
||||
private val ioVersion = "1.2.2"
|
||||
private val utilVersion = "1.2.3"
|
||||
private val lmVersion = "1.2.2"
|
||||
private val zincVersion = "1.2.4"
|
||||
private val utilVersion = "1.2.4"
|
||||
private val lmVersion = "1.2.3"
|
||||
private val zincVersion = "1.2.5"
|
||||
|
||||
private val sbtIO = "org.scala-sbt" %% "io" % ioVersion
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue