Skip to content

Commit 3ce7ee2

Browse files
vasilmkdbuilduser
authored and
builduser
committed
[project] Set Scala language level 3.5 as the latest published language level
#SCL-22539 - This change makes sure that all published Scala 3 versions can be selected in the library editor dropdown menu. (cherry picked from commit 26c1495)
1 parent 1ae58cd commit 3ce7ee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scala/scala-api/src/project/ScalaLanguageLevel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public Language getLanguage() {
4242
return isScala3() ? Scala3Language.INSTANCE : ScalaLanguage.INSTANCE;
4343
}
4444

45-
public static final ScalaLanguageLevel latestPublishedVersion = Scala_3_2;
45+
public static final ScalaLanguageLevel latestPublishedVersion = Scala_3_5;
4646
public static final ScalaLanguageLevel[] publishedVersions;
4747

4848
static {

0 commit comments

Comments
 (0)