Skip to content

Commit

Permalink
Update munit-scalacheck to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jan 26, 2025
1 parent fc7ce23 commit a92a9a2
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 @@ -22,7 +22,7 @@ lazy val commonSettings = Seq(
"org.scalacheck" %% "scalacheck" % "1.18.1" % Test,
"org.scalameta" %% "munit" % "1.1.0" % Test,
"org.typelevel" %% "munit-cats-effect" % "2.0.0" % Test,
"org.scalameta" %% "munit-scalacheck" % "1.0.0" % Test
"org.scalameta" %% "munit-scalacheck" % "1.1.0" % Test
),
Test / fork := true,
scalacOptions -= "-Xfatal-warnings",
Expand Down

0 comments on commit a92a9a2

Please sign in to comment.