From 84c5f9b914d42b0277735e9f985ea36f1fad5c74 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 00:18:37 +0000 Subject: [PATCH 1/2] Update scala3-library_3 to 3.8.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 604b9af..2c0f7fc 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.1" ), ) From 4d2bacc08476c89e7bd388ebe51275d95b5fa863 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 00:18:37 +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..7fa8d9c 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.1 jdk_version = 8 github_username = valencik