Skip to content

Commit

Permalink
chore: Update munit-scalacheck from 1.0.0-RC1 to 1.0.0 (#116)
Browse files Browse the repository at this point in the history
* chore: Update munit-scalacheck from 1.0.0-RC1 to 1.0.0

* Update Dependencies.scala

---------

Signed-off-by: Raphaël Lemaitre <rlemaitre@users.noreply.github.com>
Co-authored-by: Raphaël Lemaitre <rlemaitre@users.noreply.github.com>
  • Loading branch information
scala-steward and rlemaitre authored May 27, 2024
1 parent 17091bb commit f462abd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ object Dependencies {
val tests: Seq[ModuleID] = Seq(
"org.scalameta" %% "munit" % "1.0.0-M12" % Test,
"org.typelevel" %% "munit-cats-effect" % "2.0.0" % Test,
"org.scalameta" %% "munit-scalacheck" % "1.0.0-RC1" % Test,
"org.scalameta" %% "munit-scalacheck" % "1.0.0" % Test,
"io.github.iltotore" %% "iron-scalacheck" % "2.5.0" % Test
)

Expand Down

0 comments on commit f462abd

Please sign in to comment.