diff --git a/_config.yml b/_config.yml index d436608a04..4a1000a67f 100644 --- a/_config.yml +++ b/_config.yml @@ -15,7 +15,7 @@ keywords: - Document - Guide -scala-version: 2.13.8 +scala-version: 2.13.9 scala-212-version: 2.12.17 scala-3-version: 3.2.0 diff --git a/_overviews/FAQ/index.md b/_overviews/FAQ/index.md index 44fb12f398..6dc88d450e 100644 --- a/_overviews/FAQ/index.md +++ b/_overviews/FAQ/index.md @@ -115,11 +115,11 @@ with only minor supplements. That's why `versionString` and `versionNumberString` report that Scala 2 is in use: ``` -Welcome to Scala 3.1.3 (17.0.3, Java OpenJDK 64-Bit Server VM). +Welcome to Scala 3.2.0 (17.0.3, Java OpenJDK 64-Bit Server VM). Type in expressions for evaluation. Or try :help. scala> util.Properties.versionNumberString -val res0: String = 2.13.8 +val res0: String = 2.13.9 ``` Note that Scala 3 offers diff --git a/_overviews/contribute/bug-reporting-guide.md b/_overviews/contribute/bug-reporting-guide.md index 41f349016e..386d50196d 100644 --- a/_overviews/contribute/bug-reporting-guide.md +++ b/_overviews/contribute/bug-reporting-guide.md @@ -65,7 +65,7 @@ If you cannot find your issue in the issue tracker, create a new bug. The detail Please make sure to fill in as many fields as possible. Make sure you've indicated the following: - 1. **Exact Scala version** that you are using. For example, `2.13.8` or `3.1.2-RC1`. If the bug happens in multiple versions indicate all of them. + 1. **Exact Scala version** that you are using. For example, `2.13.9` or `3.2.0`. If the bug happens in multiple versions indicate all of them. 2. **The component** that is affected by the bug. For example, the Standard Library, Scaladoc, etc. 3. **Labels** related to your issue. For example, if you think your issue is related to the typechecker, and if you have successfully minimized your issue, label your bug as "typechecker" and "minimized". Issue tracker will suggest names for existing labels as you type them so try not to create duplicates. 4. **Running environment**. Are you running on Linux? Windows? What JVM version are you using? diff --git a/_overviews/jdk-compatibility/overview.md b/_overviews/jdk-compatibility/overview.md index 6f8b5bd552..fa581a190d 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, 2.13.9 (forthcoming), 2.12.16 | +| 19 | 3.2.0, 2.13.9, 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 Scala 3.2.0 -and will also be included in Scala 2.13.9 (forthcoming). +Initial support for JDK 19 was included in Scala 2.12.16, Scala 2.13.9, +and Scala 3.2.0. ## GraalVM Native Image compatibility notes diff --git a/api/all.md b/api/all.md index 726f4d09a9..11b1d8c074 100644 --- a/api/all.md +++ b/api/all.md @@ -8,10 +8,10 @@ includeTOC: true * Scala 3.2.0 * [Library API](https://www.scala-lang.org/api/3.2.0/) -* Scala 2.13.8 - * [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.13.9 + * [Library API](https://www.scala-lang.org/api/2.13.9/) + * [Compiler API](https://www.scala-lang.org/api/2.13.9/scala-compiler/scala/) + * [Reflection API](https://www.scala-lang.org/api/2.13.9/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/) @@ -74,6 +74,10 @@ https://scala-ci.typesafe.com/artifactory/scala-integration/org/scala-lang/ * [Library API](https://www.scala-lang.org/api/3.0.1/) * Scala 3.0.0 * [Library API](https://www.scala-lang.org/api/3.0.0/) +* Scala 2.13.8 + * [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.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/)