From ee33bd561adfce47a777217f2148eecf2e44e374 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 10 Sep 2023 22:19:07 +0000 Subject: [PATCH 1/3] Update scala3-library, ... to 3.3.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 766a6d52..15c4a2b7 100644 --- a/build.sbt +++ b/build.sbt @@ -6,7 +6,7 @@ val commonSettings = Seq( // change back to BinaryAndSourceCompatible after next minor release; // the Scala 3.2 -> 3.3 upgrade requires a minor version bump versionPolicyIntention := Compatibility.BinaryCompatible, - crossScalaVersions := Seq("2.13.11", "2.12.18", "3.3.0"), + crossScalaVersions := Seq("2.13.11", "2.12.18", "3.3.1"), scalaVersion := crossScalaVersions.value.head, ) From 2f811c8335bc3eb641003c87a458007da297780c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 14 Sep 2023 02:52:43 +0000 Subject: [PATCH 2/3] Revert commit(s) ee33bd5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 15c4a2b7..766a6d52 100644 --- a/build.sbt +++ b/build.sbt @@ -6,7 +6,7 @@ val commonSettings = Seq( // change back to BinaryAndSourceCompatible after next minor release; // the Scala 3.2 -> 3.3 upgrade requires a minor version bump versionPolicyIntention := Compatibility.BinaryCompatible, - crossScalaVersions := Seq("2.13.11", "2.12.18", "3.3.1"), + crossScalaVersions := Seq("2.13.11", "2.12.18", "3.3.0"), scalaVersion := crossScalaVersions.value.head, ) From 507aac8aad6db8aa7b66cfcb96a97aed00012da2 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 14 Sep 2023 02:52:44 +0000 Subject: [PATCH 3/3] Update scala3-library, ... to 3.3.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 579fd735..c6333053 100644 --- a/build.sbt +++ b/build.sbt @@ -6,7 +6,7 @@ val commonSettings = Seq( // change back to BinaryAndSourceCompatible after next minor release; // the Scala 3.2 -> 3.3 upgrade requires a minor version bump versionPolicyIntention := Compatibility.BinaryCompatible, - crossScalaVersions := Seq("2.13.12", "2.12.18", "3.3.0"), + crossScalaVersions := Seq("2.13.12", "2.12.18", "3.3.1"), scalaVersion := crossScalaVersions.value.head, )