Skip to content

Commit

Permalink
build(deps): update cats-core, cats-laws from 2.10.0 to 2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 29, 2024
1 parent 0073bb4 commit cc3ca2c
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 @@ -5,7 +5,7 @@ object Dependencies {
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.17" % Test

object Cats {
private val cats = "2.10.0"
private val cats = "2.12.0"
val core = "org.typelevel" %% "cats-core" % cats
val laws = "org.typelevel" %% "cats-laws" % cats
val all = Seq(core, laws)
Expand Down

0 comments on commit cc3ca2c

Please sign in to comment.