Skip to content

Release 2.12.14 #2055

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
May 28, 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 @@ -16,7 +16,7 @@ keywords:
- Guide

scala-version: 2.13.6
scala-212-version: 2.12.13
scala-212-version: 2.12.14
scala-3-version: 3.0.0
scala-3-plugin-version: 0.5.1

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

| JDK version | Minimum Scala versions | Recommended Scala versions |
|:-----------:|:---------------------------------|:-----------------------------------------------------------|
| 17 | see below | see below
| 16 | 2.13.5, 2.12.14 (forthcoming) | 2.13.6, 2.12.14 (forthcoming)
| 13, 14, 15 | 2.13.2, 2.12.11 | 2.13.6, 2.12.13 |
| 12 | 2.13.1, 2.12.9 | 2.13.6, 2.12.13 |
| 11 | 2.13.0, 2.12.4, 2.11.12 | 2.13.6, 2.12.13, 2.11.12 |
| 8 | 2.13.0, 2.12.0, 2.11.0, 2.10.2 | 2.13.6, 2.12.13, 2.11.12, 2.10.7 |
| 17 | 2.13.6, 2.12.14 (see below) | 2.13.6, 2.12.14 (see below)
| 16 | 2.13.5, 2.12.14 | 2.13.6, 2.12.14
| 13, 14, 15 | 2.13.2, 2.12.11 | 2.13.6, 2.12.14 |
| 12 | 2.13.1, 2.12.9 | 2.13.6, 2.12.14 |
| 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 |
| 6, 7 | 2.11.0, 2.10.0 | 2.11.12, 2.10.7 |

Even when a version combination isn't listed as supported, most features may still work. (But Scala 2.12+ definitely doesn't work at all on JDK 6 or 7.)
Expand Down
18 changes: 11 additions & 7 deletions api/all.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ includeTOC: true
* [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.12.13
* [Library API](https://www.scala-lang.org/api/2.12.13/)
* [Compiler API](https://www.scala-lang.org/api/2.12.13/scala-compiler/scala/)
* [Reflection API](https://www.scala-lang.org/api/2.12.13/scala-reflect/scala/reflect/)
* Scala 2.12.14
* [Library API](https://www.scala-lang.org/api/2.12.14/)
* [Compiler API](https://www.scala-lang.org/api/2.12.14/scala-compiler/scala/)
* [Reflection API](https://www.scala-lang.org/api/2.12.14/scala-reflect/scala/reflect/)
* Scala Modules
* [XML API](https://www.scala-lang.org/api/2.12.13/scala-xml/scala/xml/)
* [Parser Combinators API](https://www.scala-lang.org/api/2.12.13/scala-parser-combinators/scala/util/parsing/)
* [Swing API](https://www.scala-lang.org/api/2.12.13/scala-swing/scala/swing/)
* [XML API](https://www.scala-lang.org/api/2.12.14/scala-xml/scala/xml/)
* [Parser Combinators API](https://www.scala-lang.org/api/2.12.14/scala-parser-combinators/scala/util/parsing/)
* [Swing API](https://www.scala-lang.org/api/2.12.14/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 @@ -82,6 +82,10 @@ 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.13
* [Library API](https://www.scala-lang.org/api/2.12.13/)
* [Compiler API](https://www.scala-lang.org/api/2.12.13/scala-compiler/scala/)
* [Reflection API](https://www.scala-lang.org/api/2.12.13/scala-reflect/scala/reflect/)
* Scala 2.12.12
* [Library API](https://www.scala-lang.org/api/2.12.12/)
* [Compiler API](https://www.scala-lang.org/api/2.12.12/scala-compiler/scala/)
Expand Down