Skip to content
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.15
scala-212-version: 2.12.16
scala-3-version: 3.1.2

collections:
Expand Down
8 changes: 4 additions & 4 deletions _overviews/jdk-compatibility/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ 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, 2.12.15 | 2.13.8, 2.12.15 |
| 17 | 2.13.6, 2.12.15 | 2.13.8, 2.12.15 |
| 11 | 2.13.0, 2.12.4, 2.11.12 | 2.13.8, 2.12.15, 2.11.12 |
| 8 | 2.13.0, 2.12.0, 2.11.0, 2.10.2 | 2.13.8, 2.12.15, 2.11.12, 2.10.7 |
| 18 | 2.13.7, 2.12.15 | 2.13.8, 2.12.16 |
| 17 | 2.13.6, 2.12.15 | 2.13.8, 2.12.16 |
| 11 | 2.13.0, 2.12.4, 2.11.12 | 2.13.8, 2.12.16, 2.11.12 |
| 8 | 2.13.0, 2.12.0, 2.11.0, 2.10.2 | 2.13.8, 2.12.16, 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
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.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/)
* [Reflection API](https://www.scala-lang.org/api/2.12.15/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.15/scala-xml/scala/xml/)
* [Parser Combinators API](https://www.scala-lang.org/api/2.12.15/scala-parser-combinators/scala/util/parsing/)
* [Swing API](https://www.scala-lang.org/api/2.12.15/scala-swing/scala/swing/)
* [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.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 @@ -102,6 +102,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.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/)
* [Reflection API](https://www.scala-lang.org/api/2.12.15/scala-reflect/scala/reflect/)
* Scala Modules
* [XML API](https://www.scala-lang.org/api/2.12.15/scala-xml/scala/xml/)
* [Parser Combinators API](https://www.scala-lang.org/api/2.12.15/scala-parser-combinators/scala/util/parsing/)
* [Swing API](https://www.scala-lang.org/api/2.12.15/scala-swing/scala/swing/)
* 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/)
Expand Down