From 9a9f3b5176ffa17bd3446a608ec7ab3d96e3023a Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 17:14:30 +0000 Subject: [PATCH 1/2] Update scala3-library_3 to 3.3.8 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 32ea400..f09e3bd 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.7" + "org.scala-lang" % "scala3-library_3" % "3.3.8" ), ) From 7ba7ced9f7f1d013c67cf3de55a9f7cbb69b8490 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 17:14:30 +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..ad094d4 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.3.8 jdk_version = 8 github_username = valencik