mirror of https://github.com/sbt/sbt.git
IO 1.3.0-M11
This commit is contained in:
parent
331271b052
commit
dabc4f8c8e
|
|
@ -10,7 +10,7 @@ object Dependencies {
|
||||||
def nightlyVersion: Option[String] = sys.props.get("sbt.build.version")
|
def nightlyVersion: Option[String] = sys.props.get("sbt.build.version")
|
||||||
|
|
||||||
// sbt modules
|
// sbt modules
|
||||||
private val ioVersion = nightlyVersion.getOrElse("1.3.0-M10")
|
private val ioVersion = nightlyVersion.getOrElse("1.3.0-M11")
|
||||||
private val utilVersion = nightlyVersion.getOrElse("1.3.0-M7")
|
private val utilVersion = nightlyVersion.getOrElse("1.3.0-M7")
|
||||||
private val lmVersion =
|
private val lmVersion =
|
||||||
sys.props.get("sbt.build.lm.version") match {
|
sys.props.get("sbt.build.lm.version") match {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue