From 3d77e712f69436795e24951c8d56d6f4968d8e10 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 a6da5a2..f80c627 100644 --- a/build.sbt +++ b/build.sbt @@ -12,7 +12,7 @@ lazy val root = tlCrossRootProject.aggregate(scalatags) val http4sVersion = "0.23.27" 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)