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
@@ -47,8 +47,6 @@ Even when a version combination isn't listed as supported, most features might s
47
47
Using a different build tool, such as Gradle or Maven? We invite pull
48
48
requests adding additional columns to this table.
49
49
50
-
**Next Scala 3 LTS series will drop JDK 8 support** - read more about it in [the blog post](https://www.scala-lang.org/news/next-scala-lts.html).
51
-
52
50
## Running versus compiling
53
51
54
52
JDK 8, 11, 17, and 21 are all reasonable choices both for *compiling* and *running* Scala code.
@@ -153,6 +151,8 @@ A few sbt plugins are offering support for GraalVM Native Image compilation:
153
151
154
152
## Scala 3
155
153
156
-
>The Scala 3.x series supports JDK 8, as well as 11 and beyond.
154
+
At present, both Scala 3 LTS and Scala Next support JDK 8, as well as 11 and beyond.
157
155
158
-
As Scala and the JVM continue to evolve, some eventual Scala version may drop support for JDK 8, in order to better take advantage of new JVM features. It isn't clear yet what the new minimum supported version might become.
156
+
As per [this blog post](https://www.scala-lang.org/news/next-scala-lts.html),
157
+
a forthcoming Scala 3 LTS version will drop JDK 8 support and may drop
0 commit comments