mirror of https://github.com/sbt/sbt.git
parent
69ed60653c
commit
1e1c92c57a
|
|
@ -10,7 +10,7 @@ object Dependencies {
|
|||
def nightlyVersion: Option[String] = sys.props.get("sbt.build.version")
|
||||
|
||||
// sbt modules
|
||||
private val ioVersion = nightlyVersion.getOrElse("1.3.0-M12")
|
||||
private val ioVersion = nightlyVersion.getOrElse("1.3.0-M13")
|
||||
private val utilVersion = nightlyVersion.getOrElse("1.3.0-M8")
|
||||
private val lmVersion =
|
||||
sys.props.get("sbt.build.lm.version") match {
|
||||
|
|
|
|||
Loading…
Reference in New Issue