From 0d83e398028e82159cc4032dc503e0818fcf3729 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 10 Mar 2026 17:53:56 +0000 Subject: [PATCH] Update munit-cats-effect-3 to 2.2.0 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 71d4239..039a90e 100644 --- a/build.sbt +++ b/build.sbt @@ -57,7 +57,7 @@ val CirisVersion = "3.0.0" val Http4sVersion = "0.23.18" val MunitVersion = "0.7.29" val LogbackVersion = "1.4.14" -val MunitCatsEffectVersion = "1.0.7" +val MunitCatsEffectVersion = "2.2.0" lazy val libsSettings = Seq( "org.typelevel" %% "cats-core" % CatsCoreVersion, @@ -68,5 +68,5 @@ lazy val libsSettings = Seq( "org.http4s" %% "http4s-dsl" % Http4sVersion, "ch.qos.logback" % "logback-classic" % LogbackVersion, "org.scalameta" %% "munit" % MunitVersion % Test, - "org.typelevel" %% "munit-cats-effect-3" % MunitCatsEffectVersion % Test + "org.typelevel" %% "munit-cats-effect" % MunitCatsEffectVersion % Test )