From d51de182e37be49a86b8031637c7ae9a53753d32 Mon Sep 17 00:00:00 2001 From: Octavia Togami Date: Fri, 29 Mar 2024 17:14:38 -0700 Subject: [PATCH 1/2] Correct 2.13 Java 22 compatibility The Java 22 compatibility was only merged into 2.13.13. --- _overviews/jdk-compatibility/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_overviews/jdk-compatibility/overview.md b/_overviews/jdk-compatibility/overview.md index 2bd457a303..039117aaad 100644 --- a/_overviews/jdk-compatibility/overview.md +++ b/_overviews/jdk-compatibility/overview.md @@ -14,7 +14,7 @@ Minimum Scala versions: | JDK | 3 | 2.13 | 2.12 | 2.11 | |:-----------:|:--------:|:---------:|:---------:|:----------:| -| 22 (ea) | 3.3.4* | 2.13.12 | 2.12.19 | | +| 22 (ea) | 3.3.4* | 2.13.13 | 2.12.19 | | | 21 (LTS) | 3.3.1 | 2.13.11 | 2.12.18 | | | 17 (LTS) | 3.0.0 | 2.13.6 | 2.12.15 | | | 11 (LTS) | 3.0.0 | 2.13.0 | 2.12.4 | 2.11.12 | From 1cdfcf44f8138ff385e40a6b61543bdd84b5d3f7 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Tue, 9 Apr 2024 09:27:08 -0700 Subject: [PATCH 2/2] same fix farther down --- _overviews/jdk-compatibility/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_overviews/jdk-compatibility/overview.md b/_overviews/jdk-compatibility/overview.md index 039117aaad..80610b94ed 100644 --- a/_overviews/jdk-compatibility/overview.md +++ b/_overviews/jdk-compatibility/overview.md @@ -114,7 +114,7 @@ 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. Initial support for JDK 22 has been merged and is now available in -Scala 2.13.12 and 2.12.19. +Scala 2.13.13 and 2.12.19. We are working on adding JDK 22 support to the 3.3.x release series. (Support may be available in nightly builds.)