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
http4s-steward[bot] committed May 28, 2024
1 parent 9532496 commit 89f45a0
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 @@ -21,7 +21,7 @@ lazy val hpack = crossProject(JVMPlatform, JSPlatform, NativePlatform)
.settings(
name := "hpack",
libraryDependencies ++= Seq(
"org.typelevel" %%% "cats-core" % "2.9.0" % Test,
"org.typelevel" %%% "cats-core" % "2.11.0" % Test,
"io.circe" %%% "circe-parser" % "0.14.5" % Test,
"com.lihaoyi" %%% "sourcecode" % "0.3.0" % Test,
),
Expand Down

0 comments on commit 89f45a0

Please sign in to comment.