From 94a4ab7c210ee619c06780ba9393cc0140198aba Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 16:24:36 +0000 Subject: [PATCH 1/2] Update scala3-library_3 to 3.8.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0eeea4d..1382796 100644 --- a/build.sbt +++ b/build.sbt @@ -47,6 +47,6 @@ lazy val phantomDependencies = project "org.scalameta" %%% "munit" % "1.2.2" % 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.2" ), ) From 452fef2f6c62ef87cf276953da3081528d2e1c37 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 16:24:36 +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..212b92e 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.2 jdk_version = 8 github_username = valencik