Skip to content

Scala 2.13.7 #2214

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
Nov 1, 2021
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 @@ -15,7 +15,7 @@ keywords:
- Document
- Guide

scala-version: 2.13.6
scala-version: 2.13.7
scala-212-version: 2.12.15
scala-3-version: 3.1.0
scala-3-plugin-version: 0.5.1
Expand Down
4 changes: 2 additions & 2 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 | Recommended Scala versions |
|:-----------:|:---------------------------------|:-----------------------------------------------------------|
| 18 | 2.13.7 (forthcoming), 2.12.15 | 2.13.7 (forthcoming), 2.12.15 |
| 18 | 2.13.7, 2.12.15 | 2.13.7, 2.12.15 |
| 17 | 2.13.6, 2.12.15 | 2.13.6, 2.12.15 |
| 11 | 2.13.0, 2.12.4, 2.11.12 | 2.13.6, 2.12.14, 2.11.12 |
| 8 | 2.13.0, 2.12.0, 2.11.0, 2.10.2 | 2.13.6, 2.12.14, 2.11.12, 2.10.7 |
Expand Down Expand Up @@ -79,7 +79,7 @@ For possible issues, see the [jdk11](https://github.com/scala/bug/labels/jdk11)

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

We will ship basic JDK 18 support in Scala 2.13.7 (and the same support has already shipped in 2.12.15). The needed fixes are already available in nightly builds of 2.13.
Initial support for JDK 18 is included in Scala 2.13.7 and 2.12.15.

## GraalVM Native Image compatibility notes

Expand Down
12 changes: 8 additions & 4 deletions api/all.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ includeTOC: true

## Latest releases

* Scala 2.13.6
* [Library API](https://www.scala-lang.org/api/2.13.6/)
* [Compiler API](https://www.scala-lang.org/api/2.13.6/scala-compiler/scala/)
* [Reflection API](https://www.scala-lang.org/api/2.13.6/scala-reflect/scala/reflect/)
* Scala 2.13.7
* [Library API](https://www.scala-lang.org/api/2.13.7/)
* [Compiler API](https://www.scala-lang.org/api/2.13.7/scala-compiler/scala/)
* [Reflection API](https://www.scala-lang.org/api/2.13.7/scala-reflect/scala/reflect/)
* 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 Expand Up @@ -58,6 +58,10 @@ https://scala-ci.typesafe.com/artifactory/scala-integration/org/scala-lang/

## Previous releases

* Scala 2.13.6
* [Library API](https://www.scala-lang.org/api/2.13.6/)
* [Compiler API](https://www.scala-lang.org/api/2.13.6/scala-compiler/scala/)
* [Reflection API](https://www.scala-lang.org/api/2.13.6/scala-reflect/scala/reflect/)
* Scala 2.13.5
* [Library API](https://www.scala-lang.org/api/2.13.5/)
* [Compiler API](https://www.scala-lang.org/api/2.13.5/scala-compiler/scala/)
Expand Down