From c44ecff6794767ab21f2ae9b094327a5db7d4834 Mon Sep 17 00:00:00 2001 From: "nimble-agar-steward[bot]" <106723251+nimble-agar-steward[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 21:17:51 +0000 Subject: [PATCH] Update discipline-munit to 2.0.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b4228fb..7f22f33 100644 --- a/build.sbt +++ b/build.sbt @@ -39,7 +39,7 @@ lazy val frp = crossProject(JVMPlatform, JSPlatform) "co.fs2" %%% "fs2-core" % Fs2Version, "org.typelevel" %%% "cats-laws" % CatsVersion % Test, "org.typelevel" %%% "cats-effect-testkit" % CatsEffectVersion % Test, - "org.typelevel" %%% "discipline-munit" % "2.0.0-M3" % Test, + "org.typelevel" %%% "discipline-munit" % "2.0.0" % Test, "org.typelevel" %%% "munit-cats-effect" % "2.0.0-M4" % Test, "org.scalameta" %%% "munit-scalacheck" % "1.0.0-M11" % Test )