Skip to content

Commit

Permalink
chore: Update munit from 1.0.0-M12 to 1.0.0 (#115)
Browse files Browse the repository at this point in the history
Signed-off-by: Raphaël Lemaitre <[email protected]>
Co-authored-by: Raphaël Lemaitre <[email protected]>
  • Loading branch information
scala-steward and rlemaitre authored May 27, 2024
1 parent f462abd commit a14aad1
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 @@ -68,7 +68,7 @@ object Dependencies {
)

val tests: Seq[ModuleID] = Seq(
"org.scalameta" %% "munit" % "1.0.0-M12" % Test,
"org.scalameta" %% "munit" % "1.0.0" % Test,
"org.typelevel" %% "munit-cats-effect" % "2.0.0" % Test,
"org.scalameta" %% "munit-scalacheck" % "1.0.0" % Test,
"io.github.iltotore" %% "iron-scalacheck" % "2.5.0" % Test
Expand Down

0 comments on commit a14aad1

Please sign in to comment.