Skip to content

Commit

Permalink
Update cats-core from 2.9.0 to 2.10.0 (#136)
Browse files Browse the repository at this point in the history
Co-authored-by: Anand Singh <4903911+anand-singh@users.noreply.github.com>
  • Loading branch information
anand-singh and anand-singh authored Nov 6, 2023
1 parent b7c2e56 commit f8fddb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ object Dependencies {
case object typelevel {
val `discipline-scalatest` = "org.typelevel" %% "discipline-scalatest" % "2.2.0"
val `kind-projector` = "org.typelevel" %% "kind-projector" % "0.13.2" cross CrossVersion.full
val catsCore = "org.typelevel" %% "cats-core" % "2.9.0"
val catsCore = "org.typelevel" %% "cats-core" % "2.10.0"
}
}

Expand Down

0 comments on commit f8fddb4

Please sign in to comment.