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/")