From 7ed228dd89a57e2d8cf0d37240620b909297d7e3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 10 Jun 2025 21:38:35 +0000 Subject: [PATCH 1/4] Update sbt-projectmatrix to 0.11.0 in 0.11.x --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index bc9472f9c..90d4e2976 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -22,7 +22,7 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.3") addSbtPlugin("com.thesamet" % "sbt-protoc-gen-project" % "0.1.8") -addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.10.1") +addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.11.0") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.4") From db0ab6be5ba406078dc1eeb6cbebf42824ccd8dc Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 10 Jun 2025 21:38:57 +0000 Subject: [PATCH 2/4] Update scala-collection-compat to 2.13.0 in 0.11.x --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 3532d0fc4..ca9249bd8 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -6,7 +6,7 @@ object Dependencies { object versions { val grpc = "1.62.2" val protobuf = "3.25.8" - val collectionCompat = "2.12.0" + val collectionCompat = "2.13.0" val coursier = "2.1.24" val protocGen = "0.9.9" val protobufRuntimeScala = "0.8.16" From c01d8152f9a6a8455f0e354d782ac47607769b45 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 10 Jun 2025 21:39:34 +0000 Subject: [PATCH 3/4] Update munit-scalacheck to 1.0.0 in 0.11.x --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 3532d0fc4..d7920c65a 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -16,7 +16,7 @@ object Dependencies { val annotationApi = "1.3.2" val cats = "2.6.1" val mockito = "5.18.0" - val munit = "1.0.0-M12" + val munit = "1.0.0" val scalaTest = "3.2.19" val scalaTestPlusMockito = "3.1.0.0" val scalaTestPlusScalaCheck = "3.2.18.0" From 219bf3339a3fe02aa5567ce54f999d431c3e759f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 10 Jun 2025 21:39:53 +0000 Subject: [PATCH 4/4] Update sbt-mdoc to 2.7.1 in 0.11.x --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index bc9472f9c..867a692ea 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -24,6 +24,6 @@ addSbtPlugin("com.thesamet" % "sbt-protoc-gen-project" % "0.1.8") addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.10.1") -addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.4") +addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.7.1") addSbtPlugin("org.scalameta" % "sbt-native-image" % "0.3.4")