From 21e7911288718f8ca2b34753ac4a5f04f5ee07c2 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:19:15 +0000 Subject: [PATCH] Update munit-cats-effect to 2.0.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 746d39d..4f0ca90 100644 --- a/build.sbt +++ b/build.sbt @@ -22,7 +22,7 @@ val catsV = "2.10.0" val catsEffectV = "3.5.4" val fs2V = "3.6.1" val http4sV = "0.23.27" -val munitCatsEffectV = "2.0.0-RC1" +val munitCatsEffectV = "2.0.0" // Projects lazy val `http4s-session` =