Skip to content

Commit 86170ba

Browse files
committed
Scala 2.12.19
1 parent 38af45a commit 86170ba

File tree

3 files changed

+20
-14
lines changed

3 files changed

+20
-14
lines changed

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ keywords:
1616
- Guide
1717

1818
scala-version: 2.13.12
19-
scala-212-version: 2.12.18
19+
scala-212-version: 2.12.19
2020
scala-3-version: 3.3.1
2121

2222
collections:

_overviews/jdk-compatibility/overview.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@ Minimum Scala versions:
1414

1515
| JDK | 3 | 2.13 | 2.12 | 2.11 |
1616
|:-----------:|:--------:|:---------:|:---------:|:----------:|
17-
| 22 (ea) | 3.3.2* | 2.13.12 | 2.12.19* | |
17+
| 22 (ea) | 3.3.2* | 2.13.12 | 2.12.19 | |
1818
| 21 (LTS) | 3.3.1 | 2.13.11 | 2.12.18 | |
19-
| 20 | 3.3.0 | 2.13.11 | 2.12.18 | |
2019
| 17 (LTS) | 3.0.0 | 2.13.6 | 2.12.15 | |
2120
| 11 (LTS) | 3.0.0 | 2.13.0 | 2.12.4 | 2.11.12 |
2221
| 8 (LTS) | 3.0.0 | 2.13.0 | 2.12.0 | 2.11.0 |
@@ -36,7 +35,6 @@ Minimum working versions:
3635
| JDK | sbt | mill |
3736
|:-----------:|:---------------:|:-----------|
3837
| 21 (LTS) | 1.9.0 | 0.11.5 |
39-
| 20 | 1.9.0 | 0.11.0 |
4038
| 17 (LTS) | 1.6.0 | 0.7.0 |
4139
| 11 (LTS) | 1.1.0 | 0.1.5 |
4240
| 8 (LTS) | 1.0.0 | 0.1.0 |
@@ -116,10 +114,10 @@ For possible Scala issues, see the [jdk11](https://github.com/scala/bug/labels/j
116114
Early access builds of JDK 22 are available. JDK 22 will be non-LTS.
117115

118116
Initial support for JDK 22 has been merged and is now available in
119-
Scala 2.13.12.
117+
Scala 2.13.12 and 2.12.19.
120118

121-
We are working on adding JDK 22 support to the 2.12.x and 3.3.x
122-
release series. (Support may be available in nightly builds.)
119+
We are working on adding JDK 22 support to the 3.3.x release
120+
series. (Support may be available in nightly builds.)
123121

124122
## GraalVM Native Image compatibility notes
125123

api/all.md

+15-7
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ redirect_from:
1414
* [Library API](https://www.scala-lang.org/api/2.13.12/)
1515
* [Compiler API](https://www.scala-lang.org/api/2.13.12/scala-compiler/scala/)
1616
* [Reflection API](https://www.scala-lang.org/api/2.13.12/scala-reflect/scala/reflect/)
17-
* Scala 2.12.18
18-
* [Library API](https://www.scala-lang.org/api/2.12.18/)
19-
* [Compiler API](https://www.scala-lang.org/api/2.12.18/scala-compiler/scala/)
20-
* [Reflection API](https://www.scala-lang.org/api/2.12.18/scala-reflect/scala/reflect/)
17+
* Scala 2.12.19
18+
* [Library API](https://www.scala-lang.org/api/2.12.19/)
19+
* [Compiler API](https://www.scala-lang.org/api/2.12.19/scala-compiler/scala/)
20+
* [Reflection API](https://www.scala-lang.org/api/2.12.19/scala-reflect/scala/reflect/)
2121
* Scala Modules
22-
* [XML API](https://www.scala-lang.org/api/2.12.18/scala-xml/scala/xml/)
23-
* [Parser Combinators API](https://www.scala-lang.org/api/2.12.18/scala-parser-combinators/scala/util/parsing/)
24-
* [Swing API](https://www.scala-lang.org/api/2.12.18/scala-swing/scala/swing/)
22+
* [XML API](https://www.scala-lang.org/api/2.12.19/scala-xml/scala/xml/)
23+
* [Parser Combinators API](https://www.scala-lang.org/api/2.12.19/scala-parser-combinators/scala/util/parsing/)
24+
* [Swing API](https://www.scala-lang.org/api/2.12.19/scala-swing/scala/swing/)
2525
* Scala 2.11.12
2626
* [Library API](https://www.scala-lang.org/api/2.11.12/)
2727
* [Compiler API](https://www.scala-lang.org/api/2.11.12/scala-compiler/)
@@ -132,6 +132,14 @@ https://scala-ci.typesafe.com/artifactory/scala-integration/org/scala-lang/
132132
* [Library API](https://www.scala-lang.org/api/2.13.0/)
133133
* [Compiler API](https://www.scala-lang.org/api/2.13.0/scala-compiler/scala/)
134134
* [Reflection API](https://www.scala-lang.org/api/2.13.0/scala-reflect/scala/reflect/)
135+
* Scala 2.12.18
136+
* [Library API](https://www.scala-lang.org/api/2.12.18/)
137+
* [Compiler API](https://www.scala-lang.org/api/2.12.18/scala-compiler/scala/)
138+
* [Reflection API](https://www.scala-lang.org/api/2.12.18/scala-reflect/scala/reflect/)
139+
* Scala Modules
140+
* [XML API](https://www.scala-lang.org/api/2.12.18/scala-xml/scala/xml/)
141+
* [Parser Combinators API](https://www.scala-lang.org/api/2.12.18/scala-parser-combinators/scala/util/parsing/)
142+
* [Swing API](https://www.scala-lang.org/api/2.12.18/scala-swing/scala/swing/)
135143
* Scala 2.12.17
136144
* [Library API](https://www.scala-lang.org/api/2.12.17/)
137145
* [Compiler API](https://www.scala-lang.org/api/2.12.17/scala-compiler/scala/)

0 commit comments

Comments
 (0)