From 5135e307e1901a62c07b3f2380e93f64548b551e Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Wed, 14 Sep 2022 17:45:53 -0700 Subject: [PATCH] Scala 2.12.17 --- _config.yml | 2 +- _overviews/jdk-compatibility/overview.md | 6 +++--- api/all.md | 22 +++++++++++++++------- 3 files changed, 19 insertions(+), 11 deletions(-) diff --git a/_config.yml b/_config.yml index 97ab23a76f..d436608a04 100644 --- a/_config.yml +++ b/_config.yml @@ -16,7 +16,7 @@ keywords: - Guide scala-version: 2.13.8 -scala-212-version: 2.12.16 +scala-212-version: 2.12.17 scala-3-version: 3.2.0 collections: diff --git a/_overviews/jdk-compatibility/overview.md b/_overviews/jdk-compatibility/overview.md index 8c2ba875b8..6f8b5bd552 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 | |:-----------:|:-------------------------------------------------------------| -| 19 | 3.2.0 (forthcoming), 2.13.9 (forthcoming), 2.12.16 | +| 19 | 3.2.0, 2.13.9 (forthcoming), 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 | @@ -89,8 +89,8 @@ Support for JDK 18 was included in Scala 2.13.7 and 2.12.15. Early access builds of JDK 19, a non-LTS release, are already available. -Initial support for JDK 19 was included in Scala 2.12.16 and will -also be included in Scala 2.13.9 (forthcoming) and Scala 3.2.0 (forthcoming). +Initial support for JDK 19 was included in Scala 2.12.16 and Scala 3.2.0 +and will also be included in Scala 2.13.9 (forthcoming). ## GraalVM Native Image compatibility notes diff --git a/api/all.md b/api/all.md index 112bee2bc8..726f4d09a9 100644 --- a/api/all.md +++ b/api/all.md @@ -12,14 +12,14 @@ includeTOC: true * [Library API](https://www.scala-lang.org/api/2.13.8/) * [Compiler API](https://www.scala-lang.org/api/2.13.8/scala-compiler/scala/) * [Reflection API](https://www.scala-lang.org/api/2.13.8/scala-reflect/scala/reflect/) -* Scala 2.12.16 - * [Library API](https://www.scala-lang.org/api/2.12.16/) - * [Compiler API](https://www.scala-lang.org/api/2.12.16/scala-compiler/scala/) - * [Reflection API](https://www.scala-lang.org/api/2.12.16/scala-reflect/scala/reflect/) +* Scala 2.12.17 + * [Library API](https://www.scala-lang.org/api/2.12.17/) + * [Compiler API](https://www.scala-lang.org/api/2.12.17/scala-compiler/scala/) + * [Reflection API](https://www.scala-lang.org/api/2.12.17/scala-reflect/scala/reflect/) * Scala Modules - * [XML API](https://www.scala-lang.org/api/2.12.16/scala-xml/scala/xml/) - * [Parser Combinators API](https://www.scala-lang.org/api/2.12.16/scala-parser-combinators/scala/util/parsing/) - * [Swing API](https://www.scala-lang.org/api/2.12.16/scala-swing/scala/swing/) + * [XML API](https://www.scala-lang.org/api/2.12.17/scala-xml/scala/xml/) + * [Parser Combinators API](https://www.scala-lang.org/api/2.12.17/scala-parser-combinators/scala/util/parsing/) + * [Swing API](https://www.scala-lang.org/api/2.12.17/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/) @@ -106,6 +106,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.16 + * [Library API](https://www.scala-lang.org/api/2.12.16/) + * [Compiler API](https://www.scala-lang.org/api/2.12.16/scala-compiler/scala/) + * [Reflection API](https://www.scala-lang.org/api/2.12.16/scala-reflect/scala/reflect/) + * Scala Modules + * [XML API](https://www.scala-lang.org/api/2.12.16/scala-xml/scala/xml/) + * [Parser Combinators API](https://www.scala-lang.org/api/2.12.16/scala-parser-combinators/scala/util/parsing/) + * [Swing API](https://www.scala-lang.org/api/2.12.16/scala-swing/scala/swing/) * 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/)