Skip to content

Commit

Permalink
Merged branch idea243.release into idea243.x
Browse files Browse the repository at this point in the history
  • Loading branch information
builduser committed Nov 28, 2024
2 parents 7dde43f + c271acb commit 135e203
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("4-RC4")

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

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

0 comments on commit 135e203

Please sign in to comment.