Skip to content

Commit cd2d38e

Browse files
committed
update Scala 3 wording
1 parent 9b522cb commit cd2d38e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: _overviews/jdk-compatibility/overview.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ Even when a version combination isn't listed as supported, most features might s
4747
Using a different build tool, such as Gradle or Maven? We invite pull
4848
requests adding additional columns to this table.
4949

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-
5250
## Running versus compiling
5351

5452
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:
153151

154152
## Scala 3
155153

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.
157155

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
158+
11 as well. Stay tuned.

0 commit comments

Comments
 (0)