From c3a073db808d8b8e1f37ab83cbbd04fb34c6570d Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 01:14:27 +0000 Subject: [PATCH] Update munit-cats-effect to 2.0.0 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 7470356..513f510 100644 --- a/build.sbt +++ b/build.sbt @@ -82,8 +82,8 @@ val catsVersion = "2.10.0" val catsEffectVersion = "3.5.2" val scodecBitsVersion = "1.1.38" val munitVersion = "1.0.0-M10" -val munitCEVersion = "2.0.0-M3" -val disciplineMUnitVersion = "2.0.0-M3" +val munitCEVersion = "2.0.0" +val disciplineMUnitVersion = "2.0.0" lazy val root = tlCrossRootProject.aggregate(crypto, testRuntime)