From 19f039cda15fdd377bc1963aca994af1b0bc221e Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 01:11:28 +0000 Subject: [PATCH] Update munit-cats-effect to 2.0.0-M4 in main --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 83b66d5..78235d5 100644 --- a/build.sbt +++ b/build.sbt @@ -14,7 +14,7 @@ val http4sVersion = "1.0.0-M39" val scalacheckXmlVersion = "0.1.0" val scalaXmlVersion = "2.1.0" val munitVersion = "1.0.0-M8" -val munitCatsEffectVersion = "2.0.0-M3" +val munitCatsEffectVersion = "2.0.0-M4" lazy val scalaXml2 = project .in(file("scala-xml-2"))