From 2d6eaaefd75437b088fb8588048dbe2a3a131e9c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 5 Aug 2024 20:43:07 +0000 Subject: [PATCH] Upgrade munit from 1.0.0-M11 to 1.0.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 32356dc..4641d92 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ val V = new { val catsEffect = "3.5.4" val circe = "0.14.7" val http4s = "0.23.27" - val munit = "1.0.0-M11" + val munit = "1.0.0" val munitCatsEffect = "2.0.0" val scala = "3.3.3" val slf4j = "1.7.36"