From e60d46c7ffcef7b8045a4256321bd6a44774ba3d Mon Sep 17 00:00:00 2001 From: "Ross A. Baker" Date: Mon, 29 Jul 2024 20:01:59 -0400 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 f171fc8..811b1ff 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-M7" +val munitVersion = "1.0.0" val munitCatsEffectVersion = "2.0.0" lazy val scalatags = crossProject(JVMPlatform, JSPlatform, NativePlatform)