From 9a1f04b5d0eb04985664f426593d5f4e8c56d1e6 Mon Sep 17 00:00:00 2001 From: "banno-diy-steward[bot]" <407453+banno-diy-steward[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 16:07:04 +0000 Subject: [PATCH 1/3] Update munit-scalacheck to 1.0.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7ff7252..c3be6b0 100644 --- a/build.sbt +++ b/build.sbt @@ -16,7 +16,7 @@ ThisBuild / githubWorkflowTargetBranches := val http4sV = "0.23.27" val munitCatsEffectV = "1.0.7" -val munitScalaCheckV = "0.7.29" +val munitScalaCheckV = "1.0.0" val scalacheckEffectV = "1.0.4" val kindProjectorV = "0.13.3" From 42beac04af81ec791872ce9f923d79fc19212d26 Mon Sep 17 00:00:00 2001 From: "banno-diy-steward[bot]" <407453+banno-diy-steward[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 00:09:23 +0000 Subject: [PATCH 2/3] Update munit-cats-effect-3 to 2.0.0 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index c3be6b0..5c3188b 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ ThisBuild / githubWorkflowTargetBranches := Seq("*", "series/*") val http4sV = "0.23.27" -val munitCatsEffectV = "1.0.7" +val munitCatsEffectV = "2.0.0" val munitScalaCheckV = "1.0.0" val scalacheckEffectV = "1.0.4" @@ -68,7 +68,7 @@ lazy val commonSettings = Seq( "org.http4s" %% "http4s-client" % http4sV, "org.http4s" %% "http4s-circe" % http4sV, "org.http4s" %% "http4s-dsl" % http4sV % Test, - "org.typelevel" %% "munit-cats-effect-3" % munitCatsEffectV % Test, + "org.typelevel" %% "munit-cats-effect" % munitCatsEffectV % Test, "org.scalameta" %% "munit-scalacheck" % munitScalaCheckV % Test, "org.typelevel" %% "scalacheck-effect-munit" % scalacheckEffectV % Test ) From 1895dab8bd6885822ebd1b8aafb81e33494ed23d Mon Sep 17 00:00:00 2001 From: Sam Pillsworth Date: Thu, 23 May 2024 11:10:10 -0400 Subject: [PATCH 3/3] bump to scalacheckEffect milestone for munit 1.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5c3188b..4a63e28 100644 --- a/build.sbt +++ b/build.sbt @@ -17,7 +17,7 @@ ThisBuild / githubWorkflowTargetBranches := val http4sV = "0.23.27" val munitCatsEffectV = "2.0.0" val munitScalaCheckV = "1.0.0" -val scalacheckEffectV = "1.0.4" +val scalacheckEffectV = "2.0.0-M2" val kindProjectorV = "0.13.3" val betterMonadicForV = "0.3.1"