From ca115e00c73f33563f689eb9d2657dd7ea6aaff1 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:26:15 +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 1785bb5..8ecd79f 100644 --- a/build.sbt +++ b/build.sbt @@ -100,7 +100,7 @@ val fs2Version = "3.9.3" val http4sVersion = buildinfo.BuildInfo.http4sVersion // share version with build project val scalaJSDomVersion = "2.8.0" val circeVersion = "0.14.2" -val munitVersion = "1.0.0-M10" +val munitVersion = "1.0.0-RC1" val munitCEVersion = "2.0.0-M4" lazy val root = project