From 5c3709ae4e83b2113e283855905bf0d0f9c8a3f0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 4 Sep 2026 22:43:56 +0000 Subject: [PATCH 1/2] scala3-library 3.9.0 (was 3.8.4) --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 7d20eb43..386aa879 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -11,7 +11,7 @@ object Dependencies { object ScalaVersions { val scala212 = "2.12.21" val scala213 = "2.13.18" - val scala3App = "3.8.4" + val scala3App = "3.9.0" val scala3Plugin = scala3App } From 24db430af659c4bf023dc942975b1dbcbe336d7e Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Mon, 14 Sep 2026 12:19:23 +0200 Subject: [PATCH 2/2] Upgrade sbt to 2.1.0-M1 --- build.sbt | 2 +- docs/project/build.properties | 2 +- project/build.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index 26014110..2a2fd6c6 100644 --- a/build.sbt +++ b/build.sbt @@ -83,7 +83,7 @@ lazy val plugin = project pluginCrossBuild / sbtVersion := { scalaBinaryVersion.value match { case "2.12" => "1.12.9" - case _ => "2.0.8" + case _ => "2.1.0-M1" } }, scalacOptions ++= { diff --git a/docs/project/build.properties b/docs/project/build.properties index d75cc0e5..34c08d03 100644 --- a/docs/project/build.properties +++ b/docs/project/build.properties @@ -1,3 +1,3 @@ # Copyright (C) from 2022 The Play Framework Contributors , 2011-2021 Lightbend Inc. -sbt.version=2.0.8 +sbt.version=2.1.0-M1 diff --git a/project/build.properties b/project/build.properties index d75cc0e5..34c08d03 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1,3 +1,3 @@ # Copyright (C) from 2022 The Play Framework Contributors , 2011-2021 Lightbend Inc. -sbt.version=2.0.8 +sbt.version=2.1.0-M1