Merge pull request #7834 from eed3si9n/wip/bump_scala

[2.x] deps: Update to Scala 3.5.2
This commit is contained in:
eugene yokota 2024-11-02 16:41:54 -04:00 committed by GitHub
commit 8c8cc430a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ object Dependencies {
// WARNING: Please Scala update versions in PluginCross.scala too
val scala212 = "2.12.20"
val scala213 = "2.13.15"
val scala3 = "3.3.4"
val scala3 = "3.5.2"
val checkPluginCross = settingKey[Unit]("Make sure scalaVersion match up")
val baseScalaVersion = scala3
def nightlyVersion: Option[String] =