mirror of https://github.com/sbt/sbt.git
io 1.3.1
This commit is contained in:
parent
13a047dafe
commit
634a11ab4d
|
|
@ -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")
|
private val ioVersion = nightlyVersion.getOrElse("1.3.1")
|
||||||
private val utilVersion = nightlyVersion.getOrElse("1.3.0")
|
private val utilVersion = nightlyVersion.getOrElse("1.3.0")
|
||||||
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