Merge pull request #6426 from eed3si9n/wip/bumpio

IO 1.5.0
This commit is contained in:
eugene yokota 2021-04-03 18:26:40 -04:00 committed by GitHub
commit 521dc25df5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -5,14 +5,14 @@ import sbt.contraband.ContrabandPlugin.autoImport._
object Dependencies {
// WARNING: Please Scala update versions in PluginCross.scala too
val scala212 = "2.12.13"
val scala213 = "2.13.3"
val scala213 = "2.13.5"
val checkPluginCross = settingKey[Unit]("Make sure scalaVersion match up")
val baseScalaVersion = scala212
def nightlyVersion: Option[String] =
sys.env.get("BUILD_VERSION") orElse sys.props.get("sbt.build.version")
// sbt modules
private val ioVersion = nightlyVersion.getOrElse("1.5.0-M1")
private val ioVersion = nightlyVersion.getOrElse("1.5.0")
private val lmVersion =
sys.props.get("sbt.build.lm.version").orElse(nightlyVersion).getOrElse("1.5.0-M9")
val zincVersion = nightlyVersion.getOrElse("1.5.0-M5")