From 3321a7d82893c4d6269c3c1f9a3cc2ded9fbf11b Mon Sep 17 00:00:00 2001 From: "dwolla-oss-scala-steward[bot]" <212073+dwolla-oss-scala-steward[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 00:17:14 +0000 Subject: [PATCH] Update munit-cats-effect to 2.0.0-RC1 --- build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index 3898e04..c060d20 100644 --- a/build.sbt +++ b/build.sbt @@ -85,7 +85,7 @@ lazy val `core-tests` = project Seq( "org.http4s" %% "http4s-ember-client" % "0.23.25" % Test, "org.typelevel" %% "cats-effect-testkit" % "3.5.3" % Test, - "org.typelevel" %% "munit-cats-effect" % "2.0.0-M4" % Test, + "org.typelevel" %% "munit-cats-effect" % "2.0.0-RC1" % Test, "org.scalameta" %% "munit-scalacheck" % "1.0.0-M10" % Test, "org.typelevel" %% "scalacheck-effect-munit" % "2.0.0-M2" % Test, "org.typelevel" %% "log4cats-noop" % "2.6.0" % Test, @@ -119,7 +119,7 @@ lazy val `autoscaling-ecs-draining-lambda` = project "com.amazonaws" % "aws-lambda-java-log4j2" % "1.6.0" % Runtime, "org.apache.logging.log4j" % "log4j-slf4j-impl" % "2.22.1" % Runtime, "org.typelevel" %% "cats-effect-testkit" % "3.5.3" % Test, - "org.typelevel" %% "munit-cats-effect" % "2.0.0-M4" % Test, + "org.typelevel" %% "munit-cats-effect" % "2.0.0-RC1" % Test, "org.scalameta" %% "munit-scalacheck" % "1.0.0-M10" % Test, "org.typelevel" %% "scalacheck-effect-munit" % "2.0.0-M2" % Test, "org.typelevel" %% "log4cats-noop" % "2.6.0" % Test, @@ -155,7 +155,7 @@ lazy val `registrator-health-check-lambda` = project "com.amazonaws" % "aws-lambda-java-log4j2" % "1.6.0" % Runtime, "org.apache.logging.log4j" % "log4j-slf4j-impl" % "2.22.1" % Runtime, "org.typelevel" %% "cats-effect-testkit" % "3.5.3" % Test, - "org.typelevel" %% "munit-cats-effect" % "2.0.0-M4" % Test, + "org.typelevel" %% "munit-cats-effect" % "2.0.0-RC1" % Test, "org.scalameta" %% "munit-scalacheck" % "1.0.0-M10" % Test, "org.typelevel" %% "scalacheck-effect-munit" % "2.0.0-M2" % Test, "org.typelevel" %% "log4cats-noop" % "2.6.0" % Test,