Skip to content

Commit

Permalink
Update munit-cats-effect-3 to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and jchapuis committed Jun 28, 2024
1 parent 1e809c9 commit d32ff38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ object Dependencies {
_ % mUnitVersion
) ++ Seq("org.typelevel" %% "discipline-munit" % disciplineMUnitVersion)

lazy val catsEffectMUnitVersion = "1.0.7"
lazy val catsEffectMUnit = Seq("org.typelevel" %% "munit-cats-effect-3" % catsEffectMUnitVersion)
lazy val catsEffectMUnitVersion = "2.0.0"
lazy val catsEffectMUnit = Seq("org.typelevel" %% "munit-cats-effect" % catsEffectMUnitVersion)

lazy val scalacheckEffectVersion = "1.0.4"
lazy val scalacheckEffect = Seq(
Expand Down

0 comments on commit d32ff38

Please sign in to comment.