From da4e4062a1950efdf921d74f58dadc2256b3a149 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Sat, 28 Oct 2023 18:39:54 +0000 Subject: [PATCH 1/2] Update scala3-library_3 to 3.1.3 Revert commit(s) b6548bc Update scala3-library_3 to 3.1.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0ce467f..9fe08cc 100644 --- a/build.sbt +++ b/build.sbt @@ -43,6 +43,6 @@ lazy val phantomDependencies = project "org.scalameta" %%% "munit" % "0.7.29" % Test, "org.typelevel" %%% "munit-cats-effect-3" % "1.0.7" % Test, "org.scala-lang" % "scala-library" % "2.13.10", - "org.scala-lang" % "scala3-library_3" % "3.1.1" + "org.scala-lang" % "scala3-library_3" % "3.1.3" ), ) From 40c7b72935457d804524b4da9699b935777500eb Mon Sep 17 00:00:00 2001 From: Andrew Valencik Date: Sat, 28 Oct 2023 16:10:08 -0400 Subject: [PATCH 2/2] Bump other_scala_version to 3.1.3 --- 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 963ab20..8f5ecdf 100644 --- a/src/main/g8/default.properties +++ b/src/main/g8/default.properties @@ -5,7 +5,7 @@ package = $organization$.$name;format="norm,word"$ organization_name = Example scala_version = 2.13.10 -other_scala_version = 3.1.1 +other_scala_version = 3.1.3 jdk_version = 8 github_username = valencik