diff --git a/_overviews/jdk-compatibility/overview.md b/_overviews/jdk-compatibility/overview.md index 4829660c48..5401ca2210 100644 --- a/_overviews/jdk-compatibility/overview.md +++ b/_overviews/jdk-compatibility/overview.md @@ -12,11 +12,12 @@ Sometimes new JVM and JDK (Java Development Kit) versions require us to update S | JDK version | Minimum Scala versions | |:-----------:|:-------------------------------------------------------------| +| 20 (ea) | 3.3.0 (forthcoming), 2.13.11 (forthcoming), 2.12.18 (forthcoming) | | 19 | 3.2.0, 2.13.9, 2.12.16 | | 18 | 3.1.3, 2.13.7, 2.12.15 | -| 17 | 3.0.0, 2.13.6, 2.12.15 | -| 11 | 3.0.0, 2.13.0, 2.12.4, 2.11.12 | -| 8 | 3.0.0, 2.13.0, 2.12.0, 2.11.0 | +| 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 | +| 8 (LTS) | 3.0.0, 2.13.0, 2.12.0, 2.11.0 | **Using latest patch version is always recommended** @@ -91,14 +92,13 @@ JDK 19, a non-LTS release, came out in September 2022. Support for JDK 19 was included in Scala 2.13.9 and 2.12.16. - +Initial support for JDK 20 has been merged and is already available in +nightly builds of Scala 2.12, 2.13, and 3. (The support will be +included in forthcoming Scala releases: 2.12.18, 2.13.11, and 3.3.0.) ## GraalVM Native Image compatibility notes