From 377148b68aab9c43ba5ced1bf200aca3fea4f222 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 16:18:20 +0000 Subject: [PATCH] Update munit-scalacheck to 1.0.0-M11 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 20a21b4..ca08cbc 100644 --- a/build.sbt +++ b/build.sbt @@ -27,7 +27,7 @@ val http4sVersion = "0.23.25" val scalaXmlVersion = "2.2.0" val fs2Version = "3.9.4" val fs2DataVersion = "1.10.0" -val munitVersion = "1.0.0-M10" +val munitVersion = "1.0.0-M11" val munitCatsEffectVersion = "2.0.0-M4" lazy val xml = crossProject(JVMPlatform, JSPlatform, NativePlatform)