Skip to content

Commit

Permalink
Merge pull request #615 from scala-steward/update/munit-scalacheck-1.1.0
Browse files Browse the repository at this point in the history
Update munit-scalacheck to 1.1.0
  • Loading branch information
lenguyenthanh authored Jan 25, 2025
2 parents da1c466 + eae4e42 commit 8f210af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ lazy val testKit = project
"org.scalacheck" %% "scalacheck" % "1.18.1",
"org.typelevel" %% "literally" % "1.2.0",
"org.scalameta" %% "munit" % "1.1.0" % Test,
"org.scalameta" %% "munit-scalacheck" % "1.0.0" % Test,
"org.scalameta" %% "munit-scalacheck" % "1.1.0" % Test,
"com.disneystreaming" %% "weaver-cats" % "0.8.4" % Test,
"com.disneystreaming" %% "weaver-scalacheck" % "0.8.4" % Test,
"co.fs2" %% "fs2-core" % "3.11.0" % Test,
Expand Down

0 comments on commit 8f210af

Please sign in to comment.