Skip to content

Commit

Permalink
Update cats-core to 2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
typelevel-steward[bot] committed May 28, 2024
1 parent 41e525e commit d81233b
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 @@ -2,7 +2,7 @@ import sbt._
import org.portablescala.sbtplatformdeps.PlatformDepsPlugin.autoImport._

object Dependencies {
lazy val cats = Def.setting("org.typelevel" %%% "cats-core" % "2.10.0")
lazy val cats = Def.setting("org.typelevel" %%% "cats-core" % "2.11.0")
lazy val cats211 = Def.setting("org.typelevel" %%% "cats-core" % "2.0.0")
lazy val munit = Def.setting("org.scalameta" %%% "munit" % "1.0.0-M10")
lazy val munitScalacheck = Def.setting("org.scalameta" %%% "munit-scalacheck" % "1.0.0-M10")
Expand Down

0 comments on commit d81233b

Please sign in to comment.