From e0b1e7b8762c2898672b6f032157a309bc069976 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 13 Nov 2023 17:40:28 +0000 Subject: [PATCH] Upgrade munit-cats-effect from 2.0.0-M3 to 2.0.0-M4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 67c7733..8b3c112 100644 --- a/build.sbt +++ b/build.sbt @@ -6,7 +6,7 @@ val V = new { val circe = "0.14.6" val http4s = "0.23.23" val munit = "1.0.0-M8" - val munitCatsEffect = "2.0.0-M3" + val munitCatsEffect = "2.0.0-M4" val scala = "3.3.1" val slf4j = "1.7.36" val slf4j2 = "2.0.9"