From 17d031062eabb8a8cfee71b7337461d189f8580f Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Fri, 9 Jun 2023 16:25:05 +0000 Subject: [PATCH] Update munit-scalacheck to 1.0.0-M8 in main --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 68ea589..83b66d5 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-M7" +val munitVersion = "1.0.0-M8" val munitCatsEffectVersion = "2.0.0-M3" lazy val scalaXml2 = project