Skip to content

Commit

Permalink
Update cats-core, cats-laws to 2.12.0 (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jul 4, 2024
1 parent 3cd0326 commit 81fb3bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/BuildHelper.scala
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import xerial.sbt.Sonatype
import xerial.sbt.Sonatype.autoImport._

object Dependencies {
val catsVersion = "2.10.0"
val catsVersion = "2.12.0"
lazy val spireDotty = Def.setting("org.typelevel" %% "spire" % "0.18.0")
lazy val spireLegacy = Def.setting("org.typelevel" %% "spire" % "0.17.0")
lazy val cats = Def.setting("org.typelevel" %% "cats-core" % catsVersion)
Expand Down

0 comments on commit 81fb3bf

Please sign in to comment.