From b8ccf59a6527356dd341a26c7ae69d09424a5e3b Mon Sep 17 00:00:00 2001 From: "alejandrohdezma-steward[bot]" <80571129+alejandrohdezma-steward[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 05:13:49 +0000 Subject: [PATCH] Update munit-cats-effect to 2.0.0-RC1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b844d0f..bc1790e 100644 --- a/build.sbt +++ b/build.sbt @@ -19,7 +19,7 @@ lazy val `http4s-munit` = module .settings(libraryDependencies += "org.http4s" %% "http4s-client" % "0.23.27") .settings(libraryDependencies += "org.http4s" %% "http4s-dsl" % "0.23.27") .settings(libraryDependencies += "org.http4s" %% "http4s-ember-client" % "0.23.27" % Optional) - .settings(libraryDependencies += "org.typelevel" %% "munit-cats-effect" % "2.0.0-M5") + .settings(libraryDependencies += "org.typelevel" %% "munit-cats-effect" % "2.0.0-RC1") .settings(libraryDependencies += "io.circe" %% "circe-parser" % "0.14.7") .settings(libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.5.6" % Test) .settings(libraryDependencies += "org.http4s" %% "http4s-circe" % "0.23.27" % Test)