From 5b426016cea3b6bc0818988343d853ec41a57095 Mon Sep 17 00:00:00 2001 From: "davenverse-steward[bot]" <130607801+davenverse-steward[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 00:39:24 +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 94aef94..680d725 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" lazy val mules = tlCrossRootProject .aggregate(core, caffeine, reload, noop, bench)