diff --git a/_config.yml b/_config.yml index 4a1000a67f..b116bec3d8 100644 --- a/_config.yml +++ b/_config.yml @@ -15,7 +15,7 @@ keywords: - Document - Guide -scala-version: 2.13.9 +scala-version: 2.13.10 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 6dc88d450e..36c19cbfb6 100644 --- a/_overviews/FAQ/index.md +++ b/_overviews/FAQ/index.md @@ -119,7 +119,7 @@ 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.9 +val res0: String = 2.13.10 ``` Note that Scala 3 offers diff --git a/_overviews/contribute/bug-reporting-guide.md b/_overviews/contribute/bug-reporting-guide.md index 386d50196d..c59279877e 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.9` or `3.2.0`. If the bug happens in multiple versions indicate all of them. + 1. **Exact Scala version** that you are using. For example, `2.13.10` 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/api/all.md b/api/all.md index 11b1d8c074..75c13745ac 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.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.13.10 + * [Library API](https://www.scala-lang.org/api/2.13.10/) + * [Compiler API](https://www.scala-lang.org/api/2.13.10/scala-compiler/scala/) + * [Reflection API](https://www.scala-lang.org/api/2.13.10/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.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.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/)