Merge pull request #8011 from xuwei-k/Scala-3-6-3

This commit is contained in:
eugene yokota 2025-01-16 09:00:14 -05:00 committed by GitHub
commit 2323250b01
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import Keys.*
object Dependencies {
// WARNING: Please Scala update versions in PluginCross.scala too
val scala213 = "2.13.15"
val scala3 = "3.6.2"
val scala3 = "3.6.3"
val checkPluginCross = settingKey[Unit]("Make sure scalaVersion match up")
val baseScalaVersion = scala3
def nightlyVersion: Option[String] =