Skip to content

Commit

Permalink
Update cats-kernel 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 657006b commit e3542a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ val testSettings = Seq(
else
Seq(compilerPlugin(("org.typelevel" %% "kind-projector" % "0.13.3").cross(CrossVersion.full)))
},
libraryDependencies += "org.typelevel" %% "cats-kernel" % "2.10.0"
libraryDependencies += "org.typelevel" %% "cats-kernel" % "2.11.0"
)

lazy val V = _root_.scalafix.sbt.BuildInfo
Expand Down

0 comments on commit e3542a5

Please sign in to comment.