From a789a11948bb1728b643e59e2b19b9024cbd90e9 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 00:17:15 +0000 Subject: [PATCH 1/4] Update munit-cats-effect-3 to 2.0.0 --- build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index f7d95624..43f33403 100644 --- a/build.sbt +++ b/build.sbt @@ -56,7 +56,7 @@ val fs2Version = "3.10.2" val http4sVersion = "0.23.27" val natchezVersion = "0.3.5" val munitVersion = "0.7.29" -val munitCEVersion = "1.0.7" +val munitCEVersion = "2.0.0" val scalacheckEffectVersion = "1.0.4" lazy val commonSettings = Seq( @@ -94,7 +94,7 @@ lazy val lambda = crossProject(JSPlatform, JVMPlatform) "com.comcast" %%% "ip4s-core" % "3.5.0", "org.scodec" %%% "scodec-bits" % "1.2.0", "org.scalameta" %%% "munit-scalacheck" % munitVersion % Test, - "org.typelevel" %%% "munit-cats-effect-3" % munitCEVersion % Test, + "org.typelevel" %%% "munit-cats-effect" % munitCEVersion % Test, "io.circe" %%% "circe-literal" % circeVersion % Test ), mimaBinaryIssueFilters ++= Seq( @@ -160,7 +160,7 @@ lazy val lambdaCloudFormationCustomResource = crossProject(JSPlatform, JVMPlatfo "org.http4s" %%% "http4s-circe" % http4sVersion, "org.http4s" %%% "http4s-dsl" % http4sVersion % Test, "org.scalameta" %%% "munit-scalacheck" % munitVersion % Test, - "org.typelevel" %%% "munit-cats-effect-3" % munitCEVersion % Test, + "org.typelevel" %%% "munit-cats-effect" % munitCEVersion % Test, "org.typelevel" %%% "scalacheck-effect" % scalacheckEffectVersion % Test, "org.typelevel" %%% "scalacheck-effect-munit" % scalacheckEffectVersion % Test, "com.eed3si9n.expecty" %%% "expecty" % "0.16.0" % Test, From a267001dbdb04a89d6e51525f2a199744d2282d2 Mon Sep 17 00:00:00 2001 From: Arman Bilge Date: Fri, 7 Jun 2024 17:01:13 +0000 Subject: [PATCH 2/4] Bump munit-scalacheck --- build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index 43f33403..10fd6abe 100644 --- a/build.sbt +++ b/build.sbt @@ -55,7 +55,7 @@ val circeVersion = "0.14.7" val fs2Version = "3.10.2" val http4sVersion = "0.23.27" val natchezVersion = "0.3.5" -val munitVersion = "0.7.29" +val munitScalaCheckVersion = "1.0.0-M12" val munitCEVersion = "2.0.0" val scalacheckEffectVersion = "1.0.4" @@ -93,7 +93,7 @@ lazy val lambda = crossProject(JSPlatform, JVMPlatform) "io.circe" %%% "circe-jawn" % circeVersion, "com.comcast" %%% "ip4s-core" % "3.5.0", "org.scodec" %%% "scodec-bits" % "1.2.0", - "org.scalameta" %%% "munit-scalacheck" % munitVersion % Test, + "org.scalameta" %%% "munit-scalacheck" % munitScalaCheckVersion % Test, "org.typelevel" %%% "munit-cats-effect" % munitCEVersion % Test, "io.circe" %%% "circe-literal" % circeVersion % Test ), @@ -159,7 +159,7 @@ lazy val lambdaCloudFormationCustomResource = crossProject(JSPlatform, JVMPlatfo "org.http4s" %%% "http4s-client" % http4sVersion, "org.http4s" %%% "http4s-circe" % http4sVersion, "org.http4s" %%% "http4s-dsl" % http4sVersion % Test, - "org.scalameta" %%% "munit-scalacheck" % munitVersion % Test, + "org.scalameta" %%% "munit-scalacheck" % munitScalaCheckVersion % Test, "org.typelevel" %%% "munit-cats-effect" % munitCEVersion % Test, "org.typelevel" %%% "scalacheck-effect" % scalacheckEffectVersion % Test, "org.typelevel" %%% "scalacheck-effect-munit" % scalacheckEffectVersion % Test, From 37c49cb46023560a0a4f9ace7c4b7b9cee83f542 Mon Sep 17 00:00:00 2001 From: Arman Bilge Date: Wed, 11 Sep 2024 08:51:33 -0700 Subject: [PATCH 3/4] Fixing --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2464c8a7..986e172e 100644 --- a/build.sbt +++ b/build.sbt @@ -244,7 +244,7 @@ lazy val googleCloudHttp4s = crossProject(JSPlatform, JVMPlatform) "org.typelevel" %%% "cats-effect" % catsEffectVersion, "org.scodec" %%% "scodec-bits" % "1.2.0", "org.http4s" %%% "http4s-server" % http4sVersion, - "org.scalameta" %%% "munit-scalacheck" % munitVersion % Test, + "org.scalameta" %%% "munit-scalacheck" % munitScalaCheckVersion % Test, "org.typelevel" %%% "munit-cats-effect-3" % munitCEVersion % Test ), tlVersionIntroduced := List("2.13", "3").map(_ -> "0.3.1").toMap From 38814117b55ffad80f18c0b4f9b59e04168b841c Mon Sep 17 00:00:00 2001 From: Arman Bilge Date: Wed, 11 Sep 2024 08:54:09 -0700 Subject: [PATCH 4/4] Fixing --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 986e172e..e8b1eb39 100644 --- a/build.sbt +++ b/build.sbt @@ -55,7 +55,7 @@ val circeVersion = "0.14.10" val fs2Version = "3.11.0" val http4sVersion = "0.23.27-10-fa6e976-SNAPSHOT" val natchezVersion = "0.3.6" -val munitScalaCheckVersion = "1.0.0-M12" +val munitScalaCheckVersion = "1.0.0" val munitCEVersion = "2.0.0" val scalacheckEffectVersion = "1.0.4" ThisBuild / resolvers += "s01-oss-sonatype-org-snapshots" at "https://s01.oss.sonatype.org/content/repositories/snapshots" @@ -245,7 +245,7 @@ lazy val googleCloudHttp4s = crossProject(JSPlatform, JVMPlatform) "org.scodec" %%% "scodec-bits" % "1.2.0", "org.http4s" %%% "http4s-server" % http4sVersion, "org.scalameta" %%% "munit-scalacheck" % munitScalaCheckVersion % Test, - "org.typelevel" %%% "munit-cats-effect-3" % munitCEVersion % Test + "org.typelevel" %%% "munit-cats-effect" % munitCEVersion % Test ), tlVersionIntroduced := List("2.13", "3").map(_ -> "0.3.1").toMap )