From defd13eadc21e307db2581fe72a0b0ac4ac6d5d0 Mon Sep 17 00:00:00 2001 From: "Ross A. Baker" Date: Fri, 6 Dec 2024 11:28:43 -0500 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 811b1ff..cefa117 100644 --- a/build.sbt +++ b/build.sbt @@ -12,7 +12,7 @@ lazy val root = tlCrossRootProject.aggregate(scalatags) val http4sVersion = "0.23.30" val scalatagsVersion = "0.12.0" -val munitVersion = "1.0.0" +val munitVersion = "1.0.2" val munitCatsEffectVersion = "2.0.0" lazy val scalatags = crossProject(JVMPlatform, JSPlatform, NativePlatform)