From 1300d0905d5e4a6cf8e7743265000155a2b758e0 Mon Sep 17 00:00:00 2001 From: "dwolla-oss-scala-steward[bot]" <212073+dwolla-oss-scala-steward[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 12:08:37 +0000 Subject: [PATCH] Update munit to 1.0.0 --- project/BouncyCastlePlugin.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/BouncyCastlePlugin.scala b/project/BouncyCastlePlugin.scala index 7922305..c818be4 100644 --- a/project/BouncyCastlePlugin.scala +++ b/project/BouncyCastlePlugin.scala @@ -132,7 +132,7 @@ object BouncyCastlePlugin extends AutoPlugin { libraryDependencies ++= { Seq( "org.typelevel" %% "log4cats-noop" % "2.6.0" % Test, - "org.scalameta" %% "munit" % "0.7.29" % Test, + "org.scalameta" %% "munit" % "1.0.0" % Test, "org.typelevel" %% "scalacheck-effect" % "1.0.4" % Test, "org.typelevel" %% "scalacheck-effect-munit" % "1.0.4" % Test, "org.typelevel" %% "munit-cats-effect-3" % "1.0.7" % Test,