Skip to content

Commit

Permalink
chore: Update munit-cats-effect from 2.0.0-M4 to 2.0.0-M5 (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Apr 18, 2024
1 parent e5d3a95 commit e7d8b34
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 @@ -69,7 +69,7 @@ object Dependencies {

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

0 comments on commit e7d8b34

Please sign in to comment.