Merge pull request #381 from mkurz/patch-1

Scala 2.12.14 / 2.13.6
This commit is contained in:
eugene yokota 2021-05-30 22:11:24 -04:00 committed by GitHub
commit f4615462dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@ import Keys._
import sbt.contraband.ContrabandPlugin.autoImport._
object Dependencies {
val scala212 = "2.12.13"
val scala213 = "2.13.5"
val scala212 = "2.12.14"
val scala213 = "2.13.6"
def nightlyVersion: Option[String] =
sys.env.get("BUILD_VERSION") orElse sys.props.get("sbt.build.version")