mirror of https://github.com/sbt/sbt.git
Merge pull request #4524 from eed3si9n/wip/bumpmodule
Zinc 1.3.0-M2, Util 1.3.0-M4
This commit is contained in:
commit
e36360977b
|
|
@ -10,13 +10,13 @@ object Dependencies {
|
|||
|
||||
// sbt modules
|
||||
private val ioVersion = "1.3.0-M5"
|
||||
private val utilVersion = "1.3.0-M3"
|
||||
private val utilVersion = "1.3.0-M4"
|
||||
private val lmVersion =
|
||||
sys.props.get("sbt.build.lm.version") match {
|
||||
case Some(version) => version
|
||||
case _ => "1.3.0-M1"
|
||||
}
|
||||
private val zincVersion = "1.2.5"
|
||||
private val zincVersion = "1.3.0-M2"
|
||||
|
||||
private val sbtIO = "org.scala-sbt" %% "io" % ioVersion
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue