From e5abec41dc2e308a6be1ae4a3ca24e4d99703b8b Mon Sep 17 00:00:00 2001 From: "davenverse-steward[bot]" <130607801+davenverse-steward[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 13:39:35 +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 28dfb71..a8d647e 100644 --- a/build.sbt +++ b/build.sbt @@ -19,7 +19,7 @@ ThisBuild / testFrameworks += new TestFramework("munit.Framework") val catsV = "2.8.0" val catsEffectV = "3.3.14" -val munitCatsEffectV = "2.0.0-M3" +val munitCatsEffectV = "2.0.0-RC1" // Projects