From 80ed395589314f1058911ed4d71a3d9298e9b6dd Mon Sep 17 00:00:00 2001 From: Dale Wijnand Date: Thu, 19 Nov 2020 13:15:11 +0000 Subject: [PATCH] Release Scala 2.13.4 --- _config.yml | 2 +- _overviews/jdk-compatibility/overview.md | 8 ++++---- api/all.md | 12 ++++++++---- 3 files changed, 13 insertions(+), 9 deletions(-) diff --git a/_config.yml b/_config.yml index 6ab7b65d5c..c5df7d0779 100644 --- a/_config.yml +++ b/_config.yml @@ -15,7 +15,7 @@ keywords: - Document - Guide -scala-version: 2.13.3 +scala-version: 2.13.4 scala-212-version: 2.12.12 collections: diff --git a/_overviews/jdk-compatibility/overview.md b/_overviews/jdk-compatibility/overview.md index 604bbb18bf..fd20db5a37 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 | |:-----------:|:---------------------------------|:-----------------------------------------------------------| -| 13, 14, 15 | 2.13.2, 2.12.11 | 2.13.3, 2.12.12 | -| 12 | 2.13.1, 2.12.9 | 2.13.3, 2.12.12 | -| 11 | 2.13.0, 2.12.4, 2.11.12 | 2.13.3, 2.12.12, 2.11.12 | -| 8 | 2.13.0, 2.12.0, 2.11.0, 2.10.2 | 2.13.3, 2.12.12, 2.11.12, 2.10.7 | +| 13, 14, 15 | 2.13.2, 2.12.11 | 2.13.4, 2.12.12 | +| 12 | 2.13.1, 2.12.9 | 2.13.4, 2.12.12 | +| 11 | 2.13.0, 2.12.4, 2.11.12 | 2.13.4, 2.12.12, 2.11.12 | +| 8 | 2.13.0, 2.12.0, 2.11.0, 2.10.2 | 2.13.4, 2.12.12, 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 0ca4d83e28..0519ad1068 100644 --- a/api/all.md +++ b/api/all.md @@ -6,10 +6,10 @@ includeTOC: true ## Latest releases -* Scala 2.13.3 - * [Library API](https://www.scala-lang.org/api/2.13.3/) - * [Compiler API](https://www.scala-lang.org/api/2.13.3/scala-compiler/scala/) - * [Reflection API](https://www.scala-lang.org/api/2.13.3/scala-reflect/scala/reflect/) +* Scala 2.13.4 + * [Library API](https://www.scala-lang.org/api/2.13.4/) + * [Compiler API](https://www.scala-lang.org/api/2.13.4/scala-compiler/scala/) + * [Reflection API](https://www.scala-lang.org/api/2.13.4/scala-reflect/scala/reflect/) * Scala 2.12.12 * [Library API](https://www.scala-lang.org/api/2.12.12/) * [Compiler API](https://www.scala-lang.org/api/2.12.12/scala-compiler/scala/) @@ -53,6 +53,10 @@ includeTOC: true ## Previous releases +* Scala 2.13.3 + * [Library API](https://www.scala-lang.org/api/2.13.3/) + * [Compiler API](https://www.scala-lang.org/api/2.13.3/scala-compiler/scala/) + * [Reflection API](https://www.scala-lang.org/api/2.13.3/scala-reflect/scala/reflect/) * Scala 2.13.2 * [Library API](https://www.scala-lang.org/api/2.13.2/) * [Compiler API](https://www.scala-lang.org/api/2.13.2/scala-compiler/scala/)