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