Skip to content

Commit c1fe035

Browse files
committed
add Scala 2.13.9
1 parent a7107e6 commit c1fe035

File tree

5 files changed

+15
-11
lines changed

5 files changed

+15
-11
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ keywords:
1515
- Document
1616
- Guide
1717

18-
scala-version: 2.13.8
18+
scala-version: 2.13.9
1919
scala-212-version: 2.12.17
2020
scala-3-version: 3.2.0
2121

_overviews/FAQ/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,11 @@ with only minor supplements. That's why `versionString` and
115115
`versionNumberString` report that Scala 2 is in use:
116116

117117
```
118-
Welcome to Scala 3.1.3 (17.0.3, Java OpenJDK 64-Bit Server VM).
118+
Welcome to Scala 3.2.0 (17.0.3, Java OpenJDK 64-Bit Server VM).
119119
Type in expressions for evaluation. Or try :help.
120120
121121
scala> util.Properties.versionNumberString
122-
val res0: String = 2.13.8
122+
val res0: String = 2.13.9
123123
```
124124

125125
Note that Scala 3 offers

_overviews/contribute/bug-reporting-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ If you cannot find your issue in the issue tracker, create a new bug. The detail
6565

6666
Please make sure to fill in as many fields as possible. Make sure you've indicated the following:
6767

68-
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.
68+
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.
6969
2. **The component** that is affected by the bug. For example, the Standard Library, Scaladoc, etc.
7070
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.
7171
4. **Running environment**. Are you running on Linux? Windows? What JVM version are you using?

_overviews/jdk-compatibility/overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Sometimes new JVM and JDK (Java Development Kit) versions require us to update S
1212

1313
| JDK version | Minimum Scala versions |
1414
|:-----------:|:-------------------------------------------------------------|
15-
| 19 | 3.2.0, 2.13.9 (forthcoming), 2.12.16 |
15+
| 19 | 3.2.0, 2.13.9, 2.12.16 |
1616
| 18 | 3.1.3, 2.13.7, 2.12.15 |
1717
| 17 | 3.0.0, 2.13.6, 2.12.15 |
1818
| 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.
8989

9090
Early access builds of JDK 19, a non-LTS release, are already available.
9191

92-
Initial support for JDK 19 was included in Scala 2.12.16 and Scala 3.2.0
93-
and will also be included in Scala 2.13.9 (forthcoming).
92+
Initial support for JDK 19 was included in Scala 2.12.16, Scala 2.13.9,
93+
and Scala 3.2.0.
9494

9595
## GraalVM Native Image compatibility notes
9696

api/all.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ includeTOC: true
88

99
* Scala 3.2.0
1010
* [Library API](https://www.scala-lang.org/api/3.2.0/)
11-
* Scala 2.13.8
12-
* [Library API](https://www.scala-lang.org/api/2.13.8/)
13-
* [Compiler API](https://www.scala-lang.org/api/2.13.8/scala-compiler/scala/)
14-
* [Reflection API](https://www.scala-lang.org/api/2.13.8/scala-reflect/scala/reflect/)
11+
* Scala 2.13.9
12+
* [Library API](https://www.scala-lang.org/api/2.13.9/)
13+
* [Compiler API](https://www.scala-lang.org/api/2.13.9/scala-compiler/scala/)
14+
* [Reflection API](https://www.scala-lang.org/api/2.13.9/scala-reflect/scala/reflect/)
1515
* Scala 2.12.17
1616
* [Library API](https://www.scala-lang.org/api/2.12.17/)
1717
* [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/
7474
* [Library API](https://www.scala-lang.org/api/3.0.1/)
7575
* Scala 3.0.0
7676
* [Library API](https://www.scala-lang.org/api/3.0.0/)
77+
* Scala 2.13.8
78+
* [Library API](https://www.scala-lang.org/api/2.13.8/)
79+
* [Compiler API](https://www.scala-lang.org/api/2.13.8/scala-compiler/scala/)
80+
* [Reflection API](https://www.scala-lang.org/api/2.13.8/scala-reflect/scala/reflect/)
7781
* Scala 2.13.7
7882
* [Library API](https://www.scala-lang.org/api/2.13.7/)
7983
* [Compiler API](https://www.scala-lang.org/api/2.13.7/scala-compiler/scala/)

0 commit comments

Comments
 (0)