Skip to content

Commit

Permalink
Merge pull request #2724 from scala-steward/update/cats-core-2.7.0
Browse files Browse the repository at this point in the history
Update cats-core, cats-laws to 2.7.0
  • Loading branch information
mpilquist authored Nov 29, 2021
2 parents d508c4c + 58b1258 commit 69e0c99
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 @@ -205,8 +205,8 @@ lazy val core = crossProject(JVMPlatform, JSPlatform)
.settings(
name := "fs2-core",
libraryDependencies ++= Seq(
"org.typelevel" %%% "cats-core" % "2.6.1",
"org.typelevel" %%% "cats-laws" % "2.6.1" % Test,
"org.typelevel" %%% "cats-core" % "2.7.0",
"org.typelevel" %%% "cats-laws" % "2.7.0" % Test,
"org.typelevel" %%% "cats-effect" % "3.2.9",
"org.typelevel" %%% "cats-effect-laws" % "3.2.9" % Test,
"org.typelevel" %%% "cats-effect-testkit" % "3.2.9" % Test,
Expand Down

0 comments on commit 69e0c99

Please sign in to comment.