From b639b8a68a7bca807de79bdc202664367bca8514 Mon Sep 17 00:00:00 2001 From: "davenverse-steward[bot]" <130607801+davenverse-steward[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 01:13:04 +0000 Subject: [PATCH] Update munit-cats-effect to 2.0.0-M4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6bd21c9..1d3f2fc 100644 --- a/build.sbt +++ b/build.sbt @@ -23,7 +23,7 @@ ThisBuild / testFrameworks += new TestFramework("munit.Framework") val catsV = "2.9.0" val catsEffectV = "3.4.8" -val munitCatsEffectV = "2.0.0-M3" +val munitCatsEffectV = "2.0.0-M4" // Projects