Skip to content

Commit

Permalink
Update cats-core from 2.9.0 to 2.10.0 (#101)
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 Dec 6, 2023
1 parent 0378a77 commit 0d849bf
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 @@ -3,7 +3,7 @@ import sbt._
object Dependencies {

object Version {
lazy val cats = "2.9.0"
lazy val cats = "2.10.0"
}

lazy val catsCore = "org.typelevel" %% "cats-core" % Version.cats
Expand Down

0 comments on commit 0d849bf

Please sign in to comment.