diff --git a/_config.yml b/_config.yml index 4775776995..db20abae43 100644 --- a/_config.yml +++ b/_config.yml @@ -15,7 +15,7 @@ keywords: - Document - Guide -scala-version: 2.13.6 +scala-version: 2.13.7 scala-212-version: 2.12.15 scala-3-version: 3.1.0 scala-3-plugin-version: 0.5.1 diff --git a/_overviews/jdk-compatibility/overview.md b/_overviews/jdk-compatibility/overview.md index 325912be69..1955bc0805 100644 --- a/_overviews/jdk-compatibility/overview.md +++ b/_overviews/jdk-compatibility/overview.md @@ -12,7 +12,7 @@ Sometimes new JVM and JDK (Java Development Kit) versions require us to update S | JDK version | Minimum Scala versions | Recommended Scala versions | |:-----------:|:---------------------------------|:-----------------------------------------------------------| -| 18 | 2.13.7 (forthcoming), 2.12.15 | 2.13.7 (forthcoming), 2.12.15 | +| 18 | 2.13.7, 2.12.15 | 2.13.7, 2.12.15 | | 17 | 2.13.6, 2.12.15 | 2.13.6, 2.12.15 | | 11 | 2.13.0, 2.12.4, 2.11.12 | 2.13.6, 2.12.14, 2.11.12 | | 8 | 2.13.0, 2.12.0, 2.11.0, 2.10.2 | 2.13.6, 2.12.14, 2.11.12, 2.10.7 | @@ -79,7 +79,7 @@ For possible issues, see the [jdk11](https://github.com/scala/bug/labels/jdk11) Early access builds of JDK 18, a non-LTS release, are already available. -We will ship basic JDK 18 support in Scala 2.13.7 (and the same support has already shipped in 2.12.15). The needed fixes are already available in nightly builds of 2.13. +Initial support for JDK 18 is included in Scala 2.13.7 and 2.12.15. ## GraalVM Native Image compatibility notes diff --git a/api/all.md b/api/all.md index 0d7023b578..d38bd666ad 100644 --- a/api/all.md +++ b/api/all.md @@ -6,10 +6,10 @@ includeTOC: true ## Latest releases -* Scala 2.13.6 - * [Library API](https://www.scala-lang.org/api/2.13.6/) - * [Compiler API](https://www.scala-lang.org/api/2.13.6/scala-compiler/scala/) - * [Reflection API](https://www.scala-lang.org/api/2.13.6/scala-reflect/scala/reflect/) +* Scala 2.13.7 + * [Library API](https://www.scala-lang.org/api/2.13.7/) + * [Compiler API](https://www.scala-lang.org/api/2.13.7/scala-compiler/scala/) + * [Reflection API](https://www.scala-lang.org/api/2.13.7/scala-reflect/scala/reflect/) * Scala 2.12.15 * [Library API](https://www.scala-lang.org/api/2.12.15/) * [Compiler API](https://www.scala-lang.org/api/2.12.15/scala-compiler/scala/) @@ -58,6 +58,10 @@ https://scala-ci.typesafe.com/artifactory/scala-integration/org/scala-lang/ ## Previous releases +* Scala 2.13.6 + * [Library API](https://www.scala-lang.org/api/2.13.6/) + * [Compiler API](https://www.scala-lang.org/api/2.13.6/scala-compiler/scala/) + * [Reflection API](https://www.scala-lang.org/api/2.13.6/scala-reflect/scala/reflect/) * Scala 2.13.5 * [Library API](https://www.scala-lang.org/api/2.13.5/) * [Compiler API](https://www.scala-lang.org/api/2.13.5/scala-compiler/scala/)