From 1125f234c7971fa8288aadab3487f13e428a69c6 Mon Sep 17 00:00:00 2001 From: "davenverse-steward[bot]" <130607801+davenverse-steward[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 01:09:02 +0000 Subject: [PATCH] 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 e22b0e6..ec36d92 100644 --- a/build.sbt +++ b/build.sbt @@ -23,7 +23,7 @@ val fs2V = "3.2.9" val http4sV = "0.23.11" val circeV = "0.14.2" val doobieV = "1.0.0-RC2" -val munitCatsEffectV = "1.0.7" +val munitCatsEffectV = "2.0.0" @@ -52,7 +52,7 @@ lazy val core = project "io.circe" %% "circe-parser" % circeV, "io.circe" %% "circe-yaml" % "0.14.1", - "org.typelevel" %% "munit-cats-effect-3" % munitCatsEffectV % Test, + "org.typelevel" %% "munit-cats-effect" % munitCatsEffectV % Test, ) )