Skip to content

add Scala 2.13.9 #2541

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 21, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions _overviews/FAQ/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion _overviews/contribute/bug-reporting-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down
6 changes: 3 additions & 3 deletions _overviews/jdk-compatibility/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down Expand Up @@ -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

Expand Down
12 changes: 8 additions & 4 deletions api/all.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand Down Expand Up @@ -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/)
Expand Down