From 2f59407a63b6b9b6f430b989cd2e0dd73b63c4b0 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 12:25:54 +0000 Subject: [PATCH] Update munit to 1.0.0-RC1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7470356..5c9a0a5 100644 --- a/build.sbt +++ b/build.sbt @@ -81,7 +81,7 @@ ThisBuild / Test / jsEnv := { val catsVersion = "2.10.0" val catsEffectVersion = "3.5.2" val scodecBitsVersion = "1.1.38" -val munitVersion = "1.0.0-M10" +val munitVersion = "1.0.0-RC1" val munitCEVersion = "2.0.0-M3" val disciplineMUnitVersion = "2.0.0-M3"