Skip to content

Commit

Permalink
Merge pull request #301 from Dwolla/update/munit-1.1.0
Browse files Browse the repository at this point in the history
Update munit to 1.1.0
  • Loading branch information
mergify[bot] authored Jan 29, 2025
2 parents 43f8d47 + 5ab04c8 commit 0df0269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/BouncyCastlePlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ object BouncyCastlePlugin extends AutoPlugin {
libraryDependencies ++= {
Seq(
"org.typelevel" %% "log4cats-noop" % "2.7.0" % Test,
"org.scalameta" %% "munit" % "1.0.4" % Test,
"org.scalameta" %% "munit" % "1.1.0" % 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,
Expand Down

0 comments on commit 0df0269

Please sign in to comment.