From aab5dfd85348027dddc03023e98e72e1fe76e3d0 Mon Sep 17 00:00:00 2001 From: "dwolla-oss-scala-steward[bot]" <212073+dwolla-oss-scala-steward[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 12:08:46 +0000 Subject: [PATCH] Update munit to 1.0.2 --- project/BouncyCastlePlugin.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/BouncyCastlePlugin.scala b/project/BouncyCastlePlugin.scala index 5478d22..be6496f 100644 --- a/project/BouncyCastlePlugin.scala +++ b/project/BouncyCastlePlugin.scala @@ -133,7 +133,7 @@ object BouncyCastlePlugin extends AutoPlugin { libraryDependencies ++= { Seq( "org.typelevel" %% "log4cats-noop" % "2.7.0" % Test, - "org.scalameta" %% "munit" % "1.0.0" % Test, + "org.scalameta" %% "munit" % "1.0.2" % Test, "org.typelevel" %% "scalacheck-effect" % "2.0.0-M2" % Test, "org.typelevel" %% "scalacheck-effect-munit" % "2.0.0-M2" % Test, "org.typelevel" %% "munit-cats-effect" % "2.0.0" % Test,