Update sbt.io to 1.4.0-M2

This commit is contained in:
Arnout Engelen 2019-12-24 10:10:38 +01:00 committed by Eugene Yokota
parent 1d0a415200
commit 989a37a776
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ object Dependencies {
def nightlyVersion: Option[String] = sys.props.get("sbt.build.version")
// sbt modules
private val ioVersion = nightlyVersion.getOrElse("1.3.1")
private val ioVersion = nightlyVersion.getOrElse("1.4.0-M2")
private val lmVersion =
sys.props.get("sbt.build.lm.version") match {
case Some(version) => version