Skip to content

Commit 4b7e6f3

Browse files
authored
Merge pull request #3065 from SethTisue/scala-2.12.20
Scala 2.12.20
2 parents b037073 + 12bef69 commit 4b7e6f3

File tree

3 files changed

+20
-10
lines changed

3 files changed

+20
-10
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.14
19-
scala-212-version: 2.12.19
19+
scala-212-version: 2.12.20
2020
scala-3-version: 3.5.0
2121

2222
collections:

_overviews/jdk-compatibility/overview.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Minimum Scala versions:
1414

1515
| JDK | 3 | 2.13 | 2.12 | 2.11 |
1616
|:-----------:|:--------:|:---------:|:---------:|:----------:|
17-
| 23 (ea) | 3.3.5* | 2.13.15* | 2.12.20* | |
17+
| 23 (ea) | 3.3.5* | 2.13.15* | 2.12.20 | |
1818
| 22 | 3.3.4* | 2.13.13 | 2.12.19 | |
1919
| 21 (LTS) | 3.3.1 | 2.13.11 | 2.12.18 | |
2020
| 17 (LTS) | 3.0.0 | 2.13.6 | 2.12.15 | |
@@ -125,7 +125,9 @@ For possible Scala issues, see the [jdk11](https://github.com/scala/bug/labels/j
125125

126126
Early access builds of JDK 23 are available. JDK 23 will be non-LTS.
127127

128-
We are working on adding JDK 23 support to Scala 3 and Scala 2.
128+
Scala 2.12.20+ supports JDK 23.
129+
130+
We are working on adding JDK 23 support to Scala 3 and Scala 2.13.
129131
(Support may be available in nightly builds.)
130132

131133
For possible Scala issues, see the [jdk11](https://github.com/scala/bug/labels/jdk11), [jdk17](https://github.com/scala/bug/labels/jdk17), and [jdk21](https://github.com/scala/bug/labels/jdk21) labels in the Scala 2 bug tracker.

api/all.md

+15-7
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ redirect_from:
1616
* [Library API](https://www.scala-lang.org/api/2.13.14/)
1717
* [Compiler API](https://www.scala-lang.org/api/2.13.14/scala-compiler/scala/)
1818
* [Reflection API](https://www.scala-lang.org/api/2.13.14/scala-reflect/scala/reflect/)
19-
* Scala 2.12.19
20-
* [Library API](https://www.scala-lang.org/api/2.12.19/)
21-
* [Compiler API](https://www.scala-lang.org/api/2.12.19/scala-compiler/scala/)
22-
* [Reflection API](https://www.scala-lang.org/api/2.12.19/scala-reflect/scala/reflect/)
19+
* Scala 2.12.20
20+
* [Library API](https://www.scala-lang.org/api/2.12.20/)
21+
* [Compiler API](https://www.scala-lang.org/api/2.12.20/scala-compiler/scala/)
22+
* [Reflection API](https://www.scala-lang.org/api/2.12.20/scala-reflect/scala/reflect/)
2323
* Scala Modules
24-
* [XML API](https://www.scala-lang.org/api/2.12.19/scala-xml/scala/xml/)
25-
* [Parser Combinators API](https://www.scala-lang.org/api/2.12.19/scala-parser-combinators/scala/util/parsing/)
26-
* [Swing API](https://www.scala-lang.org/api/2.12.19/scala-swing/scala/swing/)
24+
* [XML API](https://www.scala-lang.org/api/2.12.20/scala-xml/scala/xml/)
25+
* [Parser Combinators API](https://www.scala-lang.org/api/2.12.20/scala-parser-combinators/scala/util/parsing/)
26+
* [Swing API](https://www.scala-lang.org/api/2.12.20/scala-swing/scala/swing/)
2727
* Scala 2.11.12
2828
* [Library API](https://www.scala-lang.org/api/2.11.12/)
2929
* [Compiler API](https://www.scala-lang.org/api/2.11.12/scala-compiler/)
@@ -152,6 +152,14 @@ https://scala-ci.typesafe.com/artifactory/scala-integration/org/scala-lang/
152152
* [Library API](https://www.scala-lang.org/api/2.13.0/)
153153
* [Compiler API](https://www.scala-lang.org/api/2.13.0/scala-compiler/scala/)
154154
* [Reflection API](https://www.scala-lang.org/api/2.13.0/scala-reflect/scala/reflect/)
155+
* Scala 2.12.19
156+
* [Library API](https://www.scala-lang.org/api/2.12.19/)
157+
* [Compiler API](https://www.scala-lang.org/api/2.12.19/scala-compiler/scala/)
158+
* [Reflection API](https://www.scala-lang.org/api/2.12.19/scala-reflect/scala/reflect/)
159+
* Scala Modules
160+
* [XML API](https://www.scala-lang.org/api/2.12.19/scala-xml/scala/xml/)
161+
* [Parser Combinators API](https://www.scala-lang.org/api/2.12.19/scala-parser-combinators/scala/util/parsing/)
162+
* [Swing API](https://www.scala-lang.org/api/2.12.19/scala-swing/scala/swing/)
155163
* Scala 2.12.18
156164
* [Library API](https://www.scala-lang.org/api/2.12.18/)
157165
* [Compiler API](https://www.scala-lang.org/api/2.12.18/scala-compiler/scala/)

0 commit comments

Comments
 (0)