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 committed May 23, 2024
1 parent 0716515 commit d5a33ec
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 d5a33ec

Please sign in to comment.