Merge pull request #8395 from mkurz/upgrade_scala

[1.12.x] Scala 2.13.18
This commit is contained in:
eugene yokota 2025-12-01 12:13:08 -05:00 committed by GitHub
commit d4ad01e7ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import sbt.contraband.ContrabandPlugin.autoImport._
object Dependencies {
// WARNING: Please Scala update versions in PluginCross.scala too
val scala212 = "2.12.20"
val scala213 = "2.13.17"
val scala213 = "2.13.18"
val checkPluginCross = settingKey[Unit]("Make sure scalaVersion match up")
val baseScalaVersion = scala212
def nightlyVersion: Option[String] =