From 698b510e97988699cf31b756a4858cb0be2883d4 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 20:55:04 +0000 Subject: [PATCH 1/2] Update scala3-library_3 to 3.9.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1b90709..9824832 100644 --- a/build.sbt +++ b/build.sbt @@ -47,6 +47,6 @@ lazy val phantomDependencies = project "org.scalameta" %%% "munit" % "1.3.3" % Test, "org.typelevel" %%% "munit-cats-effect" % "2.2.0" % Test, "org.scala-lang" % "scala-library" % "2.13.18", - "org.scala-lang" % "scala3-library_3" % "3.3.8" + "org.scala-lang" % "scala3-library_3" % "3.9.0" ), ) From e160399106efa5ba0898bd00fd9430e51444a6f0 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 20:55:04 +0000 Subject: [PATCH 2/2] Synced Scala 3 version to inner template Executed command: ./update-scala-versions.sh --- src/main/g8/default.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/g8/default.properties b/src/main/g8/default.properties index b2816e4..a3c0d53 100644 --- a/src/main/g8/default.properties +++ b/src/main/g8/default.properties @@ -6,7 +6,7 @@ organization_name = Example year = 2026 scala_version = 2.13.18 -other_scala_version = 3.3.8 +other_scala_version = 3.9.0 jdk_version = 8 github_username = valencik