Skip to content

Commit

Permalink
Update munit-cats-effect to 2.0.0-M4
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward[bot] committed Nov 13, 2023
1 parent 5d816a3 commit dd2ab27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/LibraryDependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ object LibraryDependencies {
val scalacheck =
Def.setting("org.scalameta" %%% "munit-scalacheck" % munitVersion)
val catsEffect =
Def.setting("org.typelevel" %%% "munit-cats-effect" % "2.0.0-M3")
Def.setting("org.typelevel" %%% "munit-cats-effect" % "2.0.0-M4")
val scalacheckEffect =
Def.setting("org.typelevel" %%% "scalacheck-effect-munit" % "2.0.0-M2")
}
Expand Down

0 comments on commit dd2ab27

Please sign in to comment.