From 3705459c7de75385a88c92bfa102ca9166762174 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Mon, 2 Sep 2024 17:40:48 +0200 Subject: [PATCH 1/2] Scala 2.12.20 --- _config.yml | 2 +- _overviews/jdk-compatibility/overview.md | 6 ++++-- api/all.md | 22 +++++++++++++++------- 3 files changed, 20 insertions(+), 10 deletions(-) diff --git a/_config.yml b/_config.yml index 6c2949e151..27de2801e5 100644 --- a/_config.yml +++ b/_config.yml @@ -16,7 +16,7 @@ keywords: - Guide scala-version: 2.13.14 -scala-212-version: 2.12.19 +scala-212-version: 2.12.20 scala-3-version: 3.5.0 collections: diff --git a/_overviews/jdk-compatibility/overview.md b/_overviews/jdk-compatibility/overview.md index 8d8849cc79..d02b4e1455 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 | |:-----------:|:--------:|:---------:|:---------:|:----------:| -| 23 (ea) | 3.3.5* | 2.13.15* | 2.12.20* | | +| 23 (ea) | 3.3.5* | 2.13.15* | 2.12.20 | | | 22 | 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 | | @@ -125,7 +125,9 @@ For possible Scala issues, see the [jdk11](https://github.com/scala/bug/labels/j Early access builds of JDK 23 are available. JDK 23 will be non-LTS. -We are working on adding JDK 23 support to Scala 3 and Scala 2. +Scala 2.12.20+ supports JDK 23. + +We are working on adding JDK 23 support to Scala 3 and Scala 2.13. (Support may be available in nightly builds.) For possible Scala issues, see the [jdk11](https://github.com/scala/bug/labels/jdk11), [jdk17](https://github.com/scala/bug/labels/jdk17), and [jdk21](https://github.com/scala/bug/labels/jdk21) labels in the Scala 2 bug tracker. diff --git a/api/all.md b/api/all.md index d67ee30084..64bfde9478 100644 --- a/api/all.md +++ b/api/all.md @@ -16,14 +16,14 @@ redirect_from: * [Library API](https://www.scala-lang.org/api/2.13.14/) * [Compiler API](https://www.scala-lang.org/api/2.13.14/scala-compiler/scala/) * [Reflection API](https://www.scala-lang.org/api/2.13.14/scala-reflect/scala/reflect/) -* Scala 2.12.19 - * [Library API](https://www.scala-lang.org/api/2.12.19/) - * [Compiler API](https://www.scala-lang.org/api/2.12.19/scala-compiler/scala/) - * [Reflection API](https://www.scala-lang.org/api/2.12.19/scala-reflect/scala/reflect/) +* Scala 2.12.20 + * [Library API](https://www.scala-lang.org/api/2.12.20/) + * [Compiler API](https://www.scala-lang.org/api/2.12.20/scala-compiler/scala/) + * [Reflection API](https://www.scala-lang.org/api/2.12.20/scala-reflect/scala/reflect/) * Scala Modules - * [XML API](https://www.scala-lang.org/api/2.12.19/scala-xml/scala/xml/) - * [Parser Combinators API](https://www.scala-lang.org/api/2.12.19/scala-parser-combinators/scala/util/parsing/) - * [Swing API](https://www.scala-lang.org/api/2.12.19/scala-swing/scala/swing/) + * [XML API](https://www.scala-lang.org/api/2.12.20/scala-xml/scala/xml/) + * [Parser Combinators API](https://www.scala-lang.org/api/2.12.20/scala-parser-combinators/scala/util/parsing/) + * [Swing API](https://www.scala-lang.org/api/2.12.20/scala-swing/scala/swing/) * Scala 2.11.12 * [Library API](https://www.scala-lang.org/api/2.11.12/) * [Compiler API](https://www.scala-lang.org/api/2.11.12/scala-compiler/) @@ -152,6 +152,14 @@ https://scala-ci.typesafe.com/artifactory/scala-integration/org/scala-lang/ * [Library API](https://www.scala-lang.org/api/2.13.0/) * [Compiler API](https://www.scala-lang.org/api/2.13.0/scala-compiler/scala/) * [Reflection API](https://www.scala-lang.org/api/2.13.0/scala-reflect/scala/reflect/) +* Scala 2.12.20 + * [Library API](https://www.scala-lang.org/api/2.12.19/) + * [Compiler API](https://www.scala-lang.org/api/2.12.19/scala-compiler/scala/) + * [Reflection API](https://www.scala-lang.org/api/2.12.19/scala-reflect/scala/reflect/) + * Scala Modules + * [XML API](https://www.scala-lang.org/api/2.12.19/scala-xml/scala/xml/) + * [Parser Combinators API](https://www.scala-lang.org/api/2.12.19/scala-parser-combinators/scala/util/parsing/) + * [Swing API](https://www.scala-lang.org/api/2.12.19/scala-swing/scala/swing/) * Scala 2.12.18 * [Library API](https://www.scala-lang.org/api/2.12.18/) * [Compiler API](https://www.scala-lang.org/api/2.12.18/scala-compiler/scala/) From 12bef6991162b24545c1b26366f5a7385d185e8a Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Mon, 2 Sep 2024 18:31:45 +0200 Subject: [PATCH 2/2] Update api/all.md Co-authored-by: Philippus Baalman --- api/all.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/all.md b/api/all.md index 64bfde9478..3ca2a703fb 100644 --- a/api/all.md +++ b/api/all.md @@ -152,7 +152,7 @@ https://scala-ci.typesafe.com/artifactory/scala-integration/org/scala-lang/ * [Library API](https://www.scala-lang.org/api/2.13.0/) * [Compiler API](https://www.scala-lang.org/api/2.13.0/scala-compiler/scala/) * [Reflection API](https://www.scala-lang.org/api/2.13.0/scala-reflect/scala/reflect/) -* Scala 2.12.20 +* Scala 2.12.19 * [Library API](https://www.scala-lang.org/api/2.12.19/) * [Compiler API](https://www.scala-lang.org/api/2.12.19/scala-compiler/scala/) * [Reflection API](https://www.scala-lang.org/api/2.12.19/scala-reflect/scala/reflect/)