From 8cc9d52c38ad1dc10b3bf2fc7b47ae5535b36447 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:10:03 +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 e74ac0f02..d707e30c3 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ import Dependencies._ val Scala213 = "2.13.11" val Scala3 = "3.3.1" val http4sVersion = "1.0.0-M40" -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/")