Skip to content

Commit

Permalink
Update munit to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dwolla-oss-scala-steward[bot] committed May 22, 2024
1 parent 14cb2cb commit 1300d09
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 @@ -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,
Expand Down

0 comments on commit 1300d09

Please sign in to comment.