From 7d6748688a273d06c4bc7ecc83cde370d5eabd7c Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 12:28:31 +0000 Subject: [PATCH] Update munit-scalacheck to 1.0.0-M10 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index eb90b9d..3830ac1 100644 --- a/build.sbt +++ b/build.sbt @@ -20,7 +20,7 @@ val http4sVersion = "0.23.23" val scalaXmlVersion = "2.2.0" val fs2Version = "3.8.0" val fs2DataVersion = "1.8.1" -val munitVersion = "1.0.0-M8" +val munitVersion = "1.0.0-M10" val munitCatsEffectVersion = "2.0.0-M3" lazy val xml = crossProject(JVMPlatform, JSPlatform, NativePlatform)