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" }