Skip to content

Commit

Permalink
Update cats-core to 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-bot authored and xuwei-k committed Jun 16, 2022
1 parent 20f33cb commit 5df95f9
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 @@ -131,7 +131,7 @@ lazy val buildSettings = Seq(
)

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

0 comments on commit 5df95f9

Please sign in to comment.