Skip to content

Commit 89cbec1

Browse files
authored
Merge pull request #3004 from octylFractal/patch-1
Correct 2.13 Java 22 compatibility
2 parents 48354bd + 1cdfcf4 commit 89cbec1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: _overviews/jdk-compatibility/overview.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Minimum Scala versions:
1414

1515
| JDK | 3 | 2.13 | 2.12 | 2.11 |
1616
|:-----------:|:--------:|:---------:|:---------:|:----------:|
17-
| 22 (ea) | 3.3.4* | 2.13.12 | 2.12.19 | |
17+
| 22 (ea) | 3.3.4* | 2.13.13 | 2.12.19 | |
1818
| 21 (LTS) | 3.3.1 | 2.13.11 | 2.12.18 | |
1919
| 17 (LTS) | 3.0.0 | 2.13.6 | 2.12.15 | |
2020
| 11 (LTS) | 3.0.0 | 2.13.0 | 2.12.4 | 2.11.12 |
@@ -114,7 +114,7 @@ For possible Scala issues, see the [jdk11](https://github.com/scala/bug/labels/j
114114
Early access builds of JDK 22 are available. JDK 22 will be non-LTS.
115115

116116
Initial support for JDK 22 has been merged and is now available in
117-
Scala 2.13.12 and 2.12.19.
117+
Scala 2.13.13 and 2.12.19.
118118

119119
We are working on adding JDK 22 support to the 3.3.x release
120120
series. (Support may be available in nightly builds.)

0 commit comments

Comments
 (0)