From 03b9947e2ec89d510a4474061b911028a8cc756b Mon Sep 17 00:00:00 2001 From: tgodzik Date: Fri, 31 Jan 2025 13:35:17 +0100 Subject: [PATCH] docs: Add link to recent blogpost --- _overviews/jdk-compatibility/overview.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_overviews/jdk-compatibility/overview.md b/_overviews/jdk-compatibility/overview.md index fb142eb5da..cfc8f17aa5 100644 --- a/_overviews/jdk-compatibility/overview.md +++ b/_overviews/jdk-compatibility/overview.md @@ -24,6 +24,8 @@ In general, Scala works on JDK 11+, including GraalVM, but it probably won't tak Lightbend offers [commercial support](https://www.lightbend.com/lightbend-platform-subscription) for Scala 2. The linked page includes contact information for inquiring about supported and recommended versions. +**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). + ## Running versus compiling JDK 8, 11, and 17 are all reasonable choices both for *compiling* and *running* Scala code.