From 3e56160ac55a45b3743c4b513f1799c63fc5d4da Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 14 Sep 2024 13:49:18 +0000 Subject: [PATCH] Update munit to 1.0.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1420095..24c175f 100644 --- a/build.sbt +++ b/build.sbt @@ -28,7 +28,7 @@ ThisBuild / tlMimaPreviousVersions ++= Set( val Versions = new { val circe = "0.14.7" val config = "1.4.3" - val munit = "0.7.29" + val munit = "1.0.2" val disciplineMunit = "1.0.9" val munitCatsEffect = "1.0.7" }