From fcaf9967116a5a98d6bf2e7b885029b234328671 Mon Sep 17 00:00:00 2001 From: "nimble-agar-steward[bot]" <106723251+nimble-agar-steward[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 02:35:38 +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 c260aff..21e0922 100644 --- a/build.sbt +++ b/build.sbt @@ -27,7 +27,7 @@ val VaultVersion = "3.5.0" val DisciplineVersion = "1.1.5" val MunitVersion = "1.0.0-M10" val DisciplineMunitVersion = "2.0.0-M3" -val MunitCatsEffectVersion = "2.0.0-M3" +val MunitCatsEffectVersion = "2.0.0-M4" ThisBuild / scalacOptions ++= Seq("-new-syntax", "-no-indent", "-source:future") ThisBuild / Test / testOptions += Tests.Argument("+l")