Skip to content

Commit e2ce12e

Browse files
committed
[tests] Update the Scala Next RC version in tests to 3.7.3-RC2
1 parent ccd6f71 commit e2ce12e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scala/scala-impl/src/org/jetbrains/plugins/scala/ScalaVersion.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ object LatestScalaVersions {
120120
val Scala_3_LTS_RC: ScalaVersion = Scala_3_LTS
121121

122122
// Scala Next RC
123-
val Scala_3_Next_RC: ScalaVersion = new ScalaVersion(ScalaLanguageLevel.Scala_3_7, "3-RC1")
123+
val Scala_3_Next_RC: ScalaVersion = new ScalaVersion(ScalaLanguageLevel.Scala_3_7, "3-RC2")
124124

125125
val allScala2: Seq[ScalaVersion] = Seq(
126126
Scala_2_9,

0 commit comments

Comments
 (0)