From 707c85a51c83b19d569efe83862a99e4758b49a0 Mon Sep 17 00:00:00 2001 From: "lucuma-steward[bot]" <106720676+lucuma-steward[bot]@users.noreply.github.com> Date: Sat, 13 Apr 2024 12:15:19 +0000 Subject: [PATCH] Update munit-cats-effect to 2.0.0-M5 --- project/Settings.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Settings.scala b/project/Settings.scala index d0e82be1..037a46ed 100644 --- a/project/Settings.scala +++ b/project/Settings.scala @@ -18,7 +18,7 @@ object Settings { val log4Cats = "2.6.0" val monocle = "3.2.0" val munit = "0.7.29" - val munitCatsEffect = "2.0.0-M4" + val munitCatsEffect = "2.0.0-M5" val scalaFix = scalafix.sbt.BuildInfo.scalafixVersion val scalaJSDom = "2.8.0" val scalaJSMacrotaskExecutor = "1.1.1"