Skip to content

Scala 2.12.18 #2828

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 3 commits into from
Jun 7, 2023
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.10
scala-212-version: 2.12.17
scala-212-version: 2.12.18
scala-3-version: 3.3.0

collections:
Expand Down
18 changes: 9 additions & 9 deletions _overviews/jdk-compatibility/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Sometimes new JVM and JDK (Java Development Kit) versions require us to update S

| JDK version | Minimum Scala versions |
|:-----------:|:-------------------------------------------------------------|
| 21 (ea) | 3.3.1 (soon), 2.13.11 (soon), 2.12.18 (soon) |
| 20 | 3.3.0, 2.13.11 (soon), 2.12.18 (soon) |
| 21 (ea) | 3.3.1 (soon), 2.13.11 (soon), 2.12.18 |
| 20 | 3.3.0, 2.13.11 (soon), 2.12.18 |
| 19 | 3.2.0, 2.13.9, 2.12.16 |
| 18 | 3.1.3, 2.13.7, 2.12.15 |
| 17 (LTS) | 3.0.0, 2.13.6, 2.12.15 |
Expand Down Expand Up @@ -97,25 +97,25 @@ Support for JDK 19 was included in Scala 2.13.9 and 2.12.16.

JDK 20, a non-LTS release, came out in March 2023.

Support for JDK 20 is included in Scala 3.3.0.
Support for JDK 20 was included in Scala 3.3.0 and 2.12.18.

Support for JDK 20 has already been merged and is available in
[nightly builds](https://stackoverflow.com/questions/40622878/how-do-i-tell-sbt-or-scala-cli-to-use-a-nightly-build-of-scala-2-12-or-2-13)
of Scala 2.12 and 2.13.
of 2.13.

The support will be included in forthcoming Scala releases 2.12.18
and 2.13.11. We expect to release these in June 2023.
The support will be included in the forthcoming Scala release
2.13.11. We expect to release it in June 2023.

## JDK 21 compatibility notes

Early access builds of JDK 21 are already available. JDK 21 will
be an LTS release.

Initial support for JDK 21 has been merged and is already available in
nightly builds of Scala 2.12, 2.13, and 3.
Scala 2.12.18 and in nightly builds of Scala 2.13 and Scala 3.

The support will be included in forthcoming Scala releases: 2.12.18,
2.13.11, and 3.3.1.
The support will be included in the forthcoming Scala releases
2.13.11 and 3.3.1.

## 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.10/)
* [Compiler API](https://www.scala-lang.org/api/2.13.10/scala-compiler/scala/)
* [Reflection API](https://www.scala-lang.org/api/2.13.10/scala-reflect/scala/reflect/)
* 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/)
* [Reflection API](https://www.scala-lang.org/api/2.12.17/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.17/scala-xml/scala/xml/)
* [Parser Combinators API](https://www.scala-lang.org/api/2.12.17/scala-parser-combinators/scala/util/parsing/)
* [Swing API](https://www.scala-lang.org/api/2.12.17/scala-swing/scala/swing/)
* [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.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 @@ -122,6 +122,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.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/)
* [Reflection API](https://www.scala-lang.org/api/2.12.17/scala-reflect/scala/reflect/)
* Scala Modules
* [XML API](https://www.scala-lang.org/api/2.12.17/scala-xml/scala/xml/)
* [Parser Combinators API](https://www.scala-lang.org/api/2.12.17/scala-parser-combinators/scala/util/parsing/)
* [Swing API](https://www.scala-lang.org/api/2.12.17/scala-swing/scala/swing/)
* Scala 2.12.16
* [Library API](https://www.scala-lang.org/api/2.12.16/)
* [Compiler API](https://www.scala-lang.org/api/2.12.16/scala-compiler/scala/)
Expand Down