From 892faff33d50bc68369d1ec5a23cdc74bc8ecd24 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 5 Dec 2021 23:14:53 +0100 Subject: [PATCH] Update munit-cats-effect-3 to 1.0.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9486ef2127..0925797ba6 100644 --- a/build.sbt +++ b/build.sbt @@ -215,7 +215,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform) "org.typelevel" %%% "cats-effect-testkit" % "3.3.0" % Test, "org.scodec" %%% "scodec-bits" % "1.1.30", "org.typelevel" %%% "scalacheck-effect-munit" % "1.0.3" % Test, - "org.typelevel" %%% "munit-cats-effect-3" % "1.0.6" % Test, + "org.typelevel" %%% "munit-cats-effect-3" % "1.0.7" % Test, "org.typelevel" %%% "discipline-munit" % "1.0.9" % Test ), Compile / unmanagedSourceDirectories ++= {