Skip to content

Commit f52c4c8

Browse files
authored
corrections to JDK compatibility page (#2226)
1 parent 3fb0a29 commit f52c4c8

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
@@ -13,9 +13,9 @@ Sometimes new JVM and JDK (Java Development Kit) versions require us to update S
1313
| JDK version | Minimum Scala versions | Recommended Scala versions |
1414
|:-----------:|:---------------------------------|:-----------------------------------------------------------|
1515
| 18 | 2.13.7, 2.12.15 | 2.13.7, 2.12.15 |
16-
| 17 | 2.13.6, 2.12.15 | 2.13.6, 2.12.15 |
17-
| 11 | 2.13.0, 2.12.4, 2.11.12 | 2.13.6, 2.12.14, 2.11.12 |
18-
| 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 |
16+
| 17 | 2.13.6, 2.12.15 | 2.13.7, 2.12.15 |
17+
| 11 | 2.13.0, 2.12.4, 2.11.12 | 2.13.7, 2.12.15, 2.11.12 |
18+
| 8 | 2.13.0, 2.12.0, 2.11.0, 2.10.2 | 2.13.7, 2.12.15, 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.)
@@ -30,7 +30,7 @@ We generally recommend JDK 8 or 11 for *compiling* Scala code. Since the JVM ten
3030

3131
If you compile on JDK 11+ but have users on JDK 8, additional care is needed to avoid using APIs and features that don't exist in 8. Therefore, compiling on 8 may be the safer choice. Some Scala developers use JDK 11+ for their daily work but do release builds on JDK 8.
3232

33-
Additionally, you can also run your scala application on GraalVM which is a JVM. GraalVM performs well on the Scala benchmarks, and it benefits from GraalVM runtime and runs faster too.
33+
Additionally, you can also run your Scala application on GraalVM which is a JVM. GraalVM performs well on the Scala benchmarks, and it benefits from GraalVM runtime and runs faster too.
3434

3535
## Long Term Support (LTS) versions
3636

0 commit comments

Comments
 (0)