From d52bc75dbd60d27d570cd232817ebf1c7753bbba Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 01:18:29 +0000 Subject: [PATCH] Update munit-cats-effect-3 to 2.0.0 in series/0.24 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index fd294892..d5d70946 100644 --- a/build.sbt +++ b/build.sbt @@ -23,7 +23,7 @@ lazy val root = tlCrossRootProject.aggregate(servlet, examples) val asyncHttpClientVersion = "2.12.3" val jettyVersion = "10.0.15" val http4sVersion = "0.23.26" -val munitCatsEffectVersion = "1.0.7" +val munitCatsEffectVersion = "2.0.0" val servletApiVersion = "4.0.1" lazy val servlet = project @@ -39,7 +39,7 @@ lazy val servlet = project "org.eclipse.jetty" % "jetty-servlet" % jettyVersion % Test, "org.http4s" %% "http4s-dsl" % http4sVersion % Test, "org.http4s" %% "http4s-server" % http4sVersion, - "org.typelevel" %% "munit-cats-effect-3" % munitCatsEffectVersion % Test, + "org.typelevel" %% "munit-cats-effect" % munitCatsEffectVersion % Test, ), )