Skip to content

Scala 2.12.20 #3065

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 2 commits into from
Sep 4, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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 @@ -16,7 +16,7 @@ keywords:
- Guide

scala-version: 2.13.14
scala-212-version: 2.12.19
scala-212-version: 2.12.20
scala-3-version: 3.5.0

collections:
Expand Down
6 changes: 4 additions & 2 deletions _overviews/jdk-compatibility/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Minimum Scala versions:

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

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

We are working on adding JDK 23 support to Scala 3 and Scala 2.
Scala 2.12.20+ supports JDK 23.

We are working on adding JDK 23 support to Scala 3 and Scala 2.13.
(Support may be available in nightly builds.)

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.
Expand Down
22 changes: 15 additions & 7 deletions api/all.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ redirect_from:
* [Library API](https://www.scala-lang.org/api/2.13.14/)
* [Compiler API](https://www.scala-lang.org/api/2.13.14/scala-compiler/scala/)
* [Reflection API](https://www.scala-lang.org/api/2.13.14/scala-reflect/scala/reflect/)
* Scala 2.12.19
* [Library API](https://www.scala-lang.org/api/2.12.19/)
* [Compiler API](https://www.scala-lang.org/api/2.12.19/scala-compiler/scala/)
* [Reflection API](https://www.scala-lang.org/api/2.12.19/scala-reflect/scala/reflect/)
* Scala 2.12.20
* [Library API](https://www.scala-lang.org/api/2.12.20/)
* [Compiler API](https://www.scala-lang.org/api/2.12.20/scala-compiler/scala/)
* [Reflection API](https://www.scala-lang.org/api/2.12.20/scala-reflect/scala/reflect/)
* Scala Modules
* [XML API](https://www.scala-lang.org/api/2.12.19/scala-xml/scala/xml/)
* [Parser Combinators API](https://www.scala-lang.org/api/2.12.19/scala-parser-combinators/scala/util/parsing/)
* [Swing API](https://www.scala-lang.org/api/2.12.19/scala-swing/scala/swing/)
* [XML API](https://www.scala-lang.org/api/2.12.20/scala-xml/scala/xml/)
* [Parser Combinators API](https://www.scala-lang.org/api/2.12.20/scala-parser-combinators/scala/util/parsing/)
* [Swing API](https://www.scala-lang.org/api/2.12.20/scala-swing/scala/swing/)
* Scala 2.11.12
* [Library API](https://www.scala-lang.org/api/2.11.12/)
* [Compiler API](https://www.scala-lang.org/api/2.11.12/scala-compiler/)
Expand Down Expand Up @@ -152,6 +152,14 @@ https://scala-ci.typesafe.com/artifactory/scala-integration/org/scala-lang/
* [Library API](https://www.scala-lang.org/api/2.13.0/)
* [Compiler API](https://www.scala-lang.org/api/2.13.0/scala-compiler/scala/)
* [Reflection API](https://www.scala-lang.org/api/2.13.0/scala-reflect/scala/reflect/)
* Scala 2.12.20
* [Library API](https://www.scala-lang.org/api/2.12.19/)
* [Compiler API](https://www.scala-lang.org/api/2.12.19/scala-compiler/scala/)
* [Reflection API](https://www.scala-lang.org/api/2.12.19/scala-reflect/scala/reflect/)
* Scala Modules
* [XML API](https://www.scala-lang.org/api/2.12.19/scala-xml/scala/xml/)
* [Parser Combinators API](https://www.scala-lang.org/api/2.12.19/scala-parser-combinators/scala/util/parsing/)
* [Swing API](https://www.scala-lang.org/api/2.12.19/scala-swing/scala/swing/)
* Scala 2.12.18
* [Library API](https://www.scala-lang.org/api/2.12.18/)
* [Compiler API](https://www.scala-lang.org/api/2.12.18/scala-compiler/scala/)
Expand Down
Loading