Merge pull request #432 from mdedetrich/update-scala213-version

Update Scala 2.13 version
This commit is contained in:
eugene yokota 2023-09-11 12:21:15 -04:00 committed by GitHub
commit 5e662d21bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import sbt.contraband.ContrabandPlugin.autoImport._
object Dependencies {
val scala212 = "2.12.18"
val scala213 = "2.13.10"
val scala213 = "2.13.12"
def nightlyVersion: Option[String] =
sys.env.get("BUILD_VERSION") orElse sys.props.get("sbt.build.version")