Skip to content

Commit

Permalink
Update cats-core, cats-laws to 2.8.0 (#471)
Browse files Browse the repository at this point in the history
Co-authored-by: typelevel-steward[bot] <106827141+typelevel-steward[bot]@users.noreply.github.com>
  • Loading branch information
typelevel-steward[bot] authored Jul 27, 2022
1 parent a13d679 commit 4716ba5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ lazy val cats = crossProject(JSPlatform, JVMPlatform, NativePlatform)
name := "paiges-cats",
moduleName := "paiges-cats",
libraryDependencies ++= Seq(
"org.typelevel" %%% "cats-core" % "2.7.0",
"org.typelevel" %%% "cats-laws" % "2.7.0" % Test,
"org.typelevel" %%% "cats-core" % "2.8.0",
"org.typelevel" %%% "cats-laws" % "2.8.0" % Test,
"org.typelevel" %%% "discipline-scalatest" % "2.1.5" % Test
)
)
Expand Down

0 comments on commit 4716ba5

Please sign in to comment.