From 347c4821c7e316709ec7b14331880f496fa94b28 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Fri, 13 Dec 2024 07:28:41 -0800 Subject: [PATCH] blog post on Scala 2 maintenance --- blog/_posts/2024-12-16-scala-2-maintenance.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 blog/_posts/2024-12-16-scala-2-maintenance.md diff --git a/blog/_posts/2024-12-16-scala-2-maintenance.md b/blog/_posts/2024-12-16-scala-2-maintenance.md new file mode 100644 index 000000000..743783fda --- /dev/null +++ b/blog/_posts/2024-12-16-scala-2-maintenance.md @@ -0,0 +1,18 @@ +--- +layout: blog-detail +post-type: blog +by: Seth Tisue, Akka +title: "Scala 2 maintenance plans" +--- + +In October 2024, we published a [Scala Development Guarantees](https://www.scala-lang.org/development/) page that lays out our policies for the Scala 3 LTS (Long Term Support) and Scala Next version lines. + +We have now expanded this page to also cover **Scala 2**. + +In summary, + +> Maintenance of **Scala 2.13** will continue indefinitely. + +> Minimal maintenance of **Scala 2.12** will continue as long as sbt 1 remains in wide use. + +For more details, please visit [the page](https://www.scala-lang.org/development/).