Skip to content

Commit 2485385

Browse files
Remove the line related to GraalVM
Remove the line related to GraalVM which causes ambiguity "Developers can use sbt-native-image which uses GraalVM under the hood."
1 parent 3e7c0c8 commit 2485385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_overviews/jdk-compatibility/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ In almost every case, you're free to use the JDK and JVM of your choice.
5050

5151
JDK 8 users typically use the Oracle JDK or some flavor of OpenJDK.
5252

53-
Most JDK 11+ users are using either OpenJDK or [GraalVM](https://www.graalvm.org/docs/reference-manual/scala/) which runs in the context of OpenJDK. Developers can use [sbt-native-image](https://github.com/scalameta/sbt-native-image) which uses GraalVM under the hood.
53+
Most JDK 11+ users are using either OpenJDK or [GraalVM](https://www.graalvm.org/docs/reference-manual/scala/) which runs in the context of OpenJDK.
5454

5555
OpenJDK comes in various flavors, offered by different providers. We build and test Scala using [AdoptOpenJDK](https://adoptopenjdk.net) in particular, but the differences are unlikely to matter to most users.
5656

0 commit comments

Comments
 (0)