mirror of https://github.com/sbt/sbt.git
commit
89702ffaa7
|
|
@ -13,9 +13,9 @@ object Dependencies {
|
|||
|
||||
// sbt modules
|
||||
private val ioVersion = "1.0.2"
|
||||
private val utilVersion = "1.0.1"
|
||||
private val lmVersion = "1.0.2"
|
||||
private val zincVersion = "1.0.1"
|
||||
private val utilVersion = "1.0.2"
|
||||
private val lmVersion = "1.0.3"
|
||||
private val zincVersion = "1.0.3"
|
||||
|
||||
private val sbtIO = "org.scala-sbt" %% "io" % ioVersion
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue