From 9bb5abc44e94c3257159317dd87cba201f0cfcd9 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 12:29:11 +0000 Subject: [PATCH] Update munit-scalacheck to 1.0.0-M12 in main --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 71f06a9..b1c7f6b 100644 --- a/build.sbt +++ b/build.sbt @@ -13,7 +13,7 @@ lazy val root = project.in(file(".")).aggregate(scalaXml2).enablePlugins(NoPubli val http4sVersion = "1.0.0-M39" val scalacheckXmlVersion = "0.1.0" val scalaXmlVersion = "2.1.0" -val munitVersion = "1.0.0-M11" +val munitVersion = "1.0.0-M12" val munitCatsEffectVersion = "2.0.0-M3" lazy val scalaXml2 = project