Skip to content

Commit 38e5441

Browse files
committed
Scala 2.12.13
1 parent 957d7c7 commit 38e5441

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_overviews/jdk-compatibility/overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ Sometimes new JVM and JDK (Java Development Kit) versions require us to update S
1212

1313
| JDK version | Minimum Scala versions | Recommended Scala versions |
1414
|:-----------:|:---------------------------------|:-----------------------------------------------------------|
15-
| 13, 14, 15 | 2.13.2, 2.12.11 | 2.13.4, 2.12.12 |
16-
| 12 | 2.13.1, 2.12.9 | 2.13.4, 2.12.12 |
17-
| 11 | 2.13.0, 2.12.4, 2.11.12 | 2.13.4, 2.12.12, 2.11.12 |
18-
| 8 | 2.13.0, 2.12.0, 2.11.0, 2.10.2 | 2.13.4, 2.12.12, 2.11.12, 2.10.7 |
15+
| 13, 14, 15 | 2.13.2, 2.12.11 | 2.13.4, 2.12.13 |
16+
| 12 | 2.13.1, 2.12.9 | 2.13.4, 2.12.13 |
17+
| 11 | 2.13.0, 2.12.4, 2.11.12 | 2.13.4, 2.12.13, 2.11.12 |
18+
| 8 | 2.13.0, 2.12.0, 2.11.0, 2.10.2 | 2.13.4, 2.12.13, 2.11.12, 2.10.7 |
1919
| 6, 7 | 2.11.0, 2.10.0 | 2.11.12, 2.10.7 |
2020

2121
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.)

0 commit comments

Comments
 (0)