diff --git a/project/BouncyCastlePlugin.scala b/project/BouncyCastlePlugin.scala index 7922305..349236d 100644 --- a/project/BouncyCastlePlugin.scala +++ b/project/BouncyCastlePlugin.scala @@ -135,7 +135,7 @@ object BouncyCastlePlugin extends AutoPlugin { "org.scalameta" %% "munit" % "0.7.29" % 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, + "org.typelevel" %% "munit-cats-effect" % "2.0.0" % Test, "dev.holt" %% "java-time-literals" % "1.1.1" % Test, "com.eed3si9n.expecty" %% "expecty" % "0.16.0" % Test, )