From a880f4f5f0009369f152e4663e890a0cef838f57 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 12:08:01 +0000 Subject: [PATCH 1/2] Update scala3-library_3 to 3.8.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 604b9af..6adc741 100644 --- a/build.sbt +++ b/build.sbt @@ -47,6 +47,6 @@ lazy val phantomDependencies = project "org.scalameta" %%% "munit" % "1.2.1" % Test, "org.typelevel" %%% "munit-cats-effect" % "2.1.0" % Test, "org.scala-lang" % "scala-library" % "2.13.18", - "org.scala-lang" % "scala3-library_3" % "3.3.7" + "org.scala-lang" % "scala3-library_3" % "3.8.0" ), ) From ff0267e7a4af19872387aa27c69d2595f7d235f0 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 12:08:01 +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 aaf0021..5af07c6 100644 --- a/src/main/g8/default.properties +++ b/src/main/g8/default.properties @@ -6,7 +6,7 @@ organization_name = Example year = 2025 scala_version = 2.13.18 -other_scala_version = 3.3.7 +other_scala_version = 3.8.0 jdk_version = 8 github_username = valencik