Skip to content

Commit

Permalink
Merge pull request #754 from scala-steward/update/munit-cats-effect-2…
Browse files Browse the repository at this point in the history
….0.0

Update munit-cats-effect to 2.0.0
  • Loading branch information
vlovgr authored May 26, 2024
2 parents abec2ca + e5744d0 commit 4944f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ lazy val dependencySettings = Seq(
Seq(compilerPlugin(("org.typelevel" %% "kind-projector" % "0.13.3").cross(CrossVersion.full)))
},
libraryDependencies ++= Seq(
"org.typelevel" %%% "munit-cats-effect" % "2.0.0-RC1",
"org.typelevel" %%% "munit-cats-effect" % "2.0.0",
"org.typelevel" %%% "scalacheck-effect-munit" % "2.0.0-M2",
"org.typelevel" %%% "cats-effect-laws" % catsEffectVersion,
"org.typelevel" %%% "cats-effect" % catsEffectVersion
Expand Down

0 comments on commit 4944f85

Please sign in to comment.