From 529f1f9d2b575964caa83d5280cd6722aa3f09da Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 23 May 2024 14:50:18 +0000 Subject: [PATCH] Update munit to 1.0.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1420095..0c1bacc 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.0" val disciplineMunit = "1.0.9" val munitCatsEffect = "1.0.7" }