Skip to content

Commit

Permalink
Merge pull request #334 from typelevel/update/cats-kernel-2.13.0
Browse files Browse the repository at this point in the history
Update cats-kernel to 2.13.0
  • Loading branch information
sh0hei authored Jan 23, 2025
2 parents 4aa09f2 + 0a660ce commit 249e536
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.12.0"
libraryDependencies += "org.typelevel" %% "cats-kernel" % "2.13.0"
)

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

0 comments on commit 249e536

Please sign in to comment.