Skip to content

Commit

Permalink
Update cats-core to 2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-bot authored and xuwei-k committed Aug 14, 2023
1 parent d381664 commit 596c041
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 @@ -216,7 +216,7 @@ lazy val buildSettings = Seq(
)

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

0 comments on commit 596c041

Please sign in to comment.