Skip to content

Scala 2.12.19 #2977

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
Feb 26, 2024
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 @@ -16,7 +16,7 @@ keywords:
- Guide

scala-version: 2.13.12
scala-212-version: 2.12.18
scala-212-version: 2.12.19
scala-3-version: 3.3.1

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

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

Initial support for JDK 22 has been merged and is now available in
Scala 2.13.12.
Scala 2.13.12 and 2.12.19.

We are working on adding JDK 22 support to the 2.12.x and 3.3.x
release series. (Support may be available in nightly builds.)
We are working on adding JDK 22 support to the 3.3.x release
series. (Support may be available in nightly builds.)

## GraalVM Native Image compatibility notes

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