Skip to content

Commit

Permalink
Update cats-laws to 2.10.0 (#30)
Browse files Browse the repository at this point in the history
Co-authored-by: pismute-steward[bot] <323251+pismute-steward[bot]@users.noreply.github.com>
Co-authored-by: Changwoo Park <[email protected]>
  • Loading branch information
3 people authored Mar 8, 2024
1 parent a050f56 commit b330f68
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 @@ -59,7 +59,7 @@ val mtl = myCrossProject("classy-mtl")
"org.typelevel" %% "cats-mtl" % "1.4.0",
"org.scalameta" %% "munit" % "1.0.0-M11" % Test,
"org.scalameta" %% "munit-scalacheck" % "1.0.0-M11" % Test,
"org.typelevel" %% "cats-laws" % "2.9.0" % Test,
"org.typelevel" %% "cats-laws" % "2.10.0" % Test,
"org.typelevel" %% "cats-mtl-laws" % "1.4.0" % Test,
"org.typelevel" %% "discipline-munit" % "1.0.9" % Test,
"org.typelevel" %% "kittens" % "3.2.0" % Test
Expand Down

0 comments on commit b330f68

Please sign in to comment.