Merge pull request #5814 from eed3si9n/wip/bump

IO 1.4.0-M8, Zinc 1.4.0-M11
This commit is contained in:
eugene yokota 2020-09-06 06:10:40 -04:00 committed by GitHub
commit c684a73e34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -11,10 +11,10 @@ object Dependencies {
def nightlyVersion = sys.props.get("sbt.build.version")
// sbt modules
private val ioVersion = nightlyVersion.getOrElse("1.4.0-M6")
private val ioVersion = nightlyVersion.getOrElse("1.4.0-M8")
private val lmVersion =
sys.props.get("sbt.build.lm.version").orElse(nightlyVersion).getOrElse("1.4.0-M2")
val zincVersion = nightlyVersion.getOrElse("1.4.0-M10")
val zincVersion = nightlyVersion.getOrElse("1.4.0-M11")
private val sbtIO = "org.scala-sbt" %% "io" % ioVersion