Skip to content

Commit

Permalink
[tests] Run tests against Scala version 3.6.3-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
vasilmkd committed Jan 9, 2025
1 parent 67dbcad commit e6e1c7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ object LatestScalaVersions {
val Scala_3_LTS_RC: ScalaVersion = Scala_3_3.withMinor("5-RC1")

// Scala Next RC
val Scala_3_Next_RC = new ScalaVersion(ScalaLanguageLevel.Scala_3_6, "3-RC1")
val Scala_3_Next_RC = new ScalaVersion(ScalaLanguageLevel.Scala_3_6, "3-RC2")

val allScala2: Seq[ScalaVersion] = Seq(
Scala_2_9,
Expand Down

0 comments on commit e6e1c7c

Please sign in to comment.