Skip to content

Scala 2.12.17 #2523

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
Sep 16, 2022
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.8
scala-212-version: 2.12.16
scala-212-version: 2.12.17
scala-3-version: 3.2.0

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

| JDK version | Minimum Scala versions |
|:-----------:|:-------------------------------------------------------------|
| 19 | 3.2.0 (forthcoming), 2.13.9 (forthcoming), 2.12.16 |
| 19 | 3.2.0, 2.13.9 (forthcoming), 2.12.16 |
| 18 | 3.1.3, 2.13.7, 2.12.15 |
| 17 | 3.0.0, 2.13.6, 2.12.15 |
| 11 | 3.0.0, 2.13.0, 2.12.4, 2.11.12 |
Expand Down Expand Up @@ -89,8 +89,8 @@ Support for JDK 18 was included in Scala 2.13.7 and 2.12.15.

Early access builds of JDK 19, a non-LTS release, are already available.

Initial support for JDK 19 was included in Scala 2.12.16 and will
also be included in Scala 2.13.9 (forthcoming) and Scala 3.2.0 (forthcoming).
Initial support for JDK 19 was included in Scala 2.12.16 and Scala 3.2.0
and will also be included in Scala 2.13.9 (forthcoming).

## 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 @@ -12,14 +12,14 @@ includeTOC: true
* [Library API](https://www.scala-lang.org/api/2.13.8/)
* [Compiler API](https://www.scala-lang.org/api/2.13.8/scala-compiler/scala/)
* [Reflection API](https://www.scala-lang.org/api/2.13.8/scala-reflect/scala/reflect/)
* 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/)
* [Reflection API](https://www.scala-lang.org/api/2.12.16/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.16/scala-xml/scala/xml/)
* [Parser Combinators API](https://www.scala-lang.org/api/2.12.16/scala-parser-combinators/scala/util/parsing/)
* [Swing API](https://www.scala-lang.org/api/2.12.16/scala-swing/scala/swing/)
* [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.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 @@ -106,6 +106,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.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/)
* [Reflection API](https://www.scala-lang.org/api/2.12.16/scala-reflect/scala/reflect/)
* Scala Modules
* [XML API](https://www.scala-lang.org/api/2.12.16/scala-xml/scala/xml/)
* [Parser Combinators API](https://www.scala-lang.org/api/2.12.16/scala-parser-combinators/scala/util/parsing/)
* [Swing API](https://www.scala-lang.org/api/2.12.16/scala-swing/scala/swing/)
* Scala 2.12.15
* [Library API](https://www.scala-lang.org/api/2.12.15/)
* [Compiler API](https://www.scala-lang.org/api/2.12.15/scala-compiler/scala/)
Expand Down