From 13a5b78a6a5eb1f289835fc0641669a88b1963fe Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 16:20:49 +0000 Subject: [PATCH] Update munit to 1.0.0-M9 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ee0dd921..3d5ff770 100644 --- a/build.sbt +++ b/build.sbt @@ -93,7 +93,7 @@ val fs2Version = "3.9.2" val http4sVersion = buildinfo.BuildInfo.http4sVersion // share version with build project val scalaJSDomVersion = "2.6.0" val circeVersion = "0.14.2" -val munitVersion = "1.0.0-M8" +val munitVersion = "1.0.0-M9" val munitCEVersion = "2.0.0-M3" lazy val root = project