Skip to content

Commit ac8b1f0

Browse files
committed
[tests] Run tests against Scala versions 3.3.6-RC3 and 3.7.1-RC1
1 parent 38b5e88 commit ac8b1f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,10 @@ object LatestScalaVersions {
116116
// Release candidates
117117
//
118118
// Scala LTS RC
119-
val Scala_3_LTS_RC: ScalaVersion = new ScalaVersion(ScalaLanguageLevel.Scala_3_3, "6-RC2")
119+
val Scala_3_LTS_RC: ScalaVersion = new ScalaVersion(ScalaLanguageLevel.Scala_3_3, "6-RC3")
120120

121121
// Scala Next RC
122-
val Scala_3_Next_RC: ScalaVersion = Scala_3_7
122+
val Scala_3_Next_RC: ScalaVersion = new ScalaVersion(ScalaLanguageLevel.Scala_3_7, "1-RC1")
123123

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

0 commit comments

Comments
 (0)