From 9f515e1639c44f49e94a237eb69126e568771935 Mon Sep 17 00:00:00 2001 From: "dwolla-oss-scala-steward[bot]" <212073+dwolla-oss-scala-steward[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 20:05:29 +0000 Subject: [PATCH] Update munit-cats-effect to 2.0.0-M4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e6fa44f..dcb3b0b 100644 --- a/build.sbt +++ b/build.sbt @@ -39,7 +39,7 @@ lazy val `fs2-utils` = crossProject(JSPlatform, JVMPlatform) "co.fs2" %%% "fs2-core" % fs2Version, "org.scalameta" %%% "munit" % "1.0.0-M8" % Test, "com.eed3si9n.expecty" %%% "expecty" % "0.16.0" % Test, - "org.typelevel" %%% "munit-cats-effect" % "2.0.0-M3" % Test, + "org.typelevel" %%% "munit-cats-effect" % "2.0.0-M4" % Test, ), )