From addbf9247e88680491f8c9b86ebb6355f1481862 Mon Sep 17 00:00:00 2001 From: "davenverse-steward[bot]" <130607801+davenverse-steward[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 10:57:36 +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 94aef94..629b001 100644 --- a/build.sbt +++ b/build.sbt @@ -23,7 +23,7 @@ val catsEffectV = "3.4.9" val catsCollectionV = "0.9.6" val munitV = "1.0.0-M7" -val munitCEV = "2.0.0-M3" +val munitCEV = "2.0.0-RC1" lazy val mules = tlCrossRootProject .aggregate(core, caffeine, reload, noop, bench)