Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JDK compat page: 2.13.12 is out #2928

Merged
merged 1 commit into from
Nov 23, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions _overviews/jdk-compatibility/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Minimum Scala versions:

| JDK | 3 | 2.13 | 2.12 | 2.11 |
|:-----------:|:--------:|:---------:|:---------:|:----------:|
| 22 (ea) | 3.3.2* | 2.13.12* | 2.12.19* | |
| 22 (ea) | 3.3.2* | 2.13.12 | 2.12.19* | |
| 21 (LTS) | 3.3.1 | 2.13.11 | 2.12.18 | |
| 20 | 3.3.0 | 2.13.11 | 2.12.18 | |
| 17 (LTS) | 3.0.0 | 2.13.6 | 2.12.15 | |
Expand Down Expand Up @@ -115,11 +115,11 @@ For possible Scala issues, see the [jdk11](https://github.com/scala/bug/labels/j

Early access builds of JDK 22 are available. JDK 22 will be non-LTS.

We are working on adding JDK 22 support to the 2.12.x, 2.13.x, and
3.3.x release series.
Initial support for JDK 22 has been merged and is now available in
Scala 2.13.12.

<!-- Initial support for JDK 22 has been merged and is now available in
Scala 3.3.2, 2.13.12, and 2.12.19. -->
We are working on adding JDK 22 support to the 2.12.x and 3.3.x
release series. (Support may be available in nightly builds.)

## GraalVM Native Image compatibility notes

Expand Down
Loading