diff --git a/_config.yml b/_config.yml index 9d756807cd..034b324714 100644 --- a/_config.yml +++ b/_config.yml @@ -16,7 +16,7 @@ keywords: - Guide scala-version: 2.13.8 -scala-212-version: 2.12.15 +scala-212-version: 2.12.16 scala-3-version: 3.1.2 collections: diff --git a/_overviews/jdk-compatibility/overview.md b/_overviews/jdk-compatibility/overview.md index c00fd2f05f..fb142eb5da 100644 --- a/_overviews/jdk-compatibility/overview.md +++ b/_overviews/jdk-compatibility/overview.md @@ -12,10 +12,10 @@ 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, 2.12.15 | 2.13.8, 2.12.15 | -| 17 | 2.13.6, 2.12.15 | 2.13.8, 2.12.15 | -| 11 | 2.13.0, 2.12.4, 2.11.12 | 2.13.8, 2.12.15, 2.11.12 | -| 8 | 2.13.0, 2.12.0, 2.11.0, 2.10.2 | 2.13.8, 2.12.15, 2.11.12, 2.10.7 | +| 18 | 2.13.7, 2.12.15 | 2.13.8, 2.12.16 | +| 17 | 2.13.6, 2.12.15 | 2.13.8, 2.12.16 | +| 11 | 2.13.0, 2.12.4, 2.11.12 | 2.13.8, 2.12.16, 2.11.12 | +| 8 | 2.13.0, 2.12.0, 2.11.0, 2.10.2 | 2.13.8, 2.12.16, 2.11.12, 2.10.7 | | 6, 7 | 2.11.0, 2.10.0 | 2.11.12, 2.10.7 | Even when a version combination isn't listed as supported, most features may still work. (But Scala 2.12+ definitely doesn't work at all on JDK 6 or 7.) diff --git a/api/all.md b/api/all.md index 33566543b6..21330fa4b8 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.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/) - * [Reflection API](https://www.scala-lang.org/api/2.12.15/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.15/scala-xml/scala/xml/) - * [Parser Combinators API](https://www.scala-lang.org/api/2.12.15/scala-parser-combinators/scala/util/parsing/) - * [Swing API](https://www.scala-lang.org/api/2.12.15/scala-swing/scala/swing/) + * [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.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/) @@ -102,6 +102,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.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/) + * [Reflection API](https://www.scala-lang.org/api/2.12.15/scala-reflect/scala/reflect/) + * Scala Modules + * [XML API](https://www.scala-lang.org/api/2.12.15/scala-xml/scala/xml/) + * [Parser Combinators API](https://www.scala-lang.org/api/2.12.15/scala-parser-combinators/scala/util/parsing/) + * [Swing API](https://www.scala-lang.org/api/2.12.15/scala-swing/scala/swing/) * Scala 2.12.14 * [Library API](https://www.scala-lang.org/api/2.12.14/) * [Compiler API](https://www.scala-lang.org/api/2.12.14/scala-compiler/scala/)