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 Jan 20, 2025
2 parents 52526e3 + c5e03b7 commit 4a24329
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-RC2")

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

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

0 comments on commit 4a24329

Please sign in to comment.