mirror of https://github.com/sbt/sbt.git
Util 1.2.0-M2, LM 1.2.0-M2
This commit is contained in:
parent
14a31634e7
commit
17e0042bd8
|
|
@ -9,8 +9,8 @@ object Dependencies {
|
|||
|
||||
// sbt modules
|
||||
private val ioVersion = "1.2.0-M2"
|
||||
private val utilVersion = "1.2.0-M1"
|
||||
private val lmVersion = "1.2.0-M1"
|
||||
private val utilVersion = "1.2.0-M2"
|
||||
private val lmVersion = "1.2.0-M2"
|
||||
private val zincVersion = "1.2.0-M1"
|
||||
|
||||
private val sbtIO = "org.scala-sbt" %% "io" % ioVersion
|
||||
|
|
|
|||
Loading…
Reference in New Issue