From a96482e7018c6254cb6d6957408d101b57d814ca 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:09:52 +0000 Subject: [PATCH] Update munit-cats-effect to 2.0.0-M4 in series/0.23 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9bea3eb1d..47d93f339 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ val Scala212 = "2.12.18" val Scala213 = "2.13.12" val Scala3 = "3.3.1" val http4sVersion = "0.23.23" -val munitCatsEffectVersion = "2.0.0-M3" +val munitCatsEffectVersion = "2.0.0-M4" ThisBuild / resolvers += "s01 snapshots".at("https://s01.oss.sonatype.org/content/repositories/snapshots/")