You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scala's primary platform is the Java Virtual Machine (JVM). (Other supported platforms: [Scala.js](https://www.scala-js.org/), [Scala Native](https://scala-native.org/).)
7
+
Scala's primary platform is the Java Virtual Machine (JVM). Other supported platforms are [Scala.js](https://www.scala-js.org/) and [Scala Native](https://scala-native.org/).
8
8
9
9
Sometimes new JVM and JDK (Java Development Kit) versions require us to update Scala to remain compatible.
10
10
11
-
## Scala compatibility table
11
+
## Scala 3 compatibility
12
12
13
-
Minimum Scala versions:
13
+
At present, both Scala 3.3 LTS and Scala 3.7 still support JDK 8 and above.
0 commit comments