Skip to content

Commit

Permalink
Update cats-core to 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and xuwei-k committed Nov 28, 2021
1 parent 96cb2fd commit 19ded80
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 @@ -139,7 +139,7 @@ lazy val buildSettings = Seq(
)

lazy val commonSettings = Def.settings(
libraryDependencies += "org.typelevel" %%% "cats-core" % "2.6.1",
libraryDependencies += "org.typelevel" %%% "cats-core" % "2.7.0",
scalacOptions ++= commonScalacOptions.value,
(Compile / doc / scalacOptions) ++= {
Seq(
Expand Down

0 comments on commit 19ded80

Please sign in to comment.