From 2637d0efee35f92cc5393b84d71fdc2fd078f36e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 22 Jan 2025 15:53:37 +0000 Subject: [PATCH] Update munit to 1.1.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 71d4239..f87c986 100644 --- a/build.sbt +++ b/build.sbt @@ -55,7 +55,7 @@ val CatsCoreVersion = "2.9.0" val CatsEffectVersion = "3.5.3" val CirisVersion = "3.0.0" val Http4sVersion = "0.23.18" -val MunitVersion = "0.7.29" +val MunitVersion = "1.1.0" val LogbackVersion = "1.4.14" val MunitCatsEffectVersion = "1.0.7"