From 61ea14ead25ee3acbcaaf940a1bbc15fe6887469 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Sat, 13 Apr 2024 12:24:22 +0000 Subject: [PATCH] Update munit-cats-effect to 2.0.0-M5 in series/0.23 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 852d704d0..12b9b16df 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ val Scala212 = "2.12.19" val Scala213 = "2.13.13" val Scala3 = "3.3.3" val http4sVersion = "0.23.26" -val munitCatsEffectVersion = "2.0.0-M4" +val munitCatsEffectVersion = "2.0.0-M5" ThisBuild / resolvers += "s01 snapshots".at("https://s01.oss.sonatype.org/content/repositories/snapshots/")