Skip to content

Commit

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

Update munit-cats-effect to 2.0.0-M4
  • Loading branch information
vlovgr authored Nov 14, 2023
2 parents 92ce80b + 9e18096 commit ecb1a2a
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.2").cross(CrossVersion.full)))
},
libraryDependencies ++= Seq(
"org.typelevel" %%% "munit-cats-effect" % "2.0.0-M3",
"org.typelevel" %%% "munit-cats-effect" % "2.0.0-M4",
"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 ecb1a2a

Please sign in to comment.