Skip to content

Commit

Permalink
Update cats-laws to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
47erbot authored Mar 31, 2021
1 parent 9b60bf8 commit 6142d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ object dependencies extends AutoPlugin {
private val cats = Def.setting {
Seq(
"org.typelevel" %% "cats-effect" % V.`cats-effect`.value % Provided,
"org.typelevel" %% "cats-laws" % "2.4.2" % Test,
"org.typelevel" %% "cats-laws" % "2.5.0" % Test,
"org.typelevel" %% "discipline-specs2" % "1.1.4" % Test,
"org.specs2" %% "specs2-cats" % "4.10.6" % Test
)
Expand Down

0 comments on commit 6142d5e

Please sign in to comment.