diff --git a/project/Dependencies.scala b/project/Dependencies.scala index bb143947a..6a5c402e5 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -69,7 +69,7 @@ object Dependencies { val tests: Seq[ModuleID] = Seq( "org.scalameta" %% "munit" % "1.0.0-M11" % Test, - "org.typelevel" %% "munit-cats-effect" % "2.0.0-M4" % Test, + "org.typelevel" %% "munit-cats-effect" % "2.0.0-M5" % Test, "org.scalameta" %% "munit-scalacheck" % "1.0.0-M11" % Test, "io.github.iltotore" %% "iron-scalacheck" % "2.5.0" % Test )