Skip to content

Commit

Permalink
Update munit to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-geirolz[bot] authored and mergify[bot] committed Aug 18, 2024
1 parent 49ea132 commit b5e9916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/ProjectDependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ object ProjectDependencies {

lazy val common: Seq[ModuleID] = Seq(
// TEST
"org.scalameta" %% "munit" % "1.0.0" % Test,
"org.scalameta" %% "munit" % "1.0.1" % Test,
"org.scalameta" %% "munit-scalacheck" % "1.0.0" % Test,
"org.typelevel" %% "cats-laws" % "2.12.0" % Test,
"org.typelevel" %% "discipline-munit" % "2.0.0" % Test,
Expand Down

0 comments on commit b5e9916

Please sign in to comment.