From be3f14bf1de1133ea279d020fc6b68495d88f998 Mon Sep 17 00:00:00 2001 From: "banno-diy-steward[bot]" <407453+banno-diy-steward[bot]@users.noreply.github.com> Date: Sat, 14 Sep 2024 11:12:55 +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 1038bce3..f901a428 100644 --- a/build.sbt +++ b/build.sbt @@ -41,7 +41,7 @@ val V = new { val scalacheck = "1.18.0" val scalacheckEffect = "1.0.4" val scalacheckMagnolia = "0.6.0" - val munit = "1.0.1" + val munit = "1.0.2" val munitScalacheck = "1.0.0" val munitCE3 = "2.0.0" val scalatest = "3.2.19"