From 89f45a09e0d8c81a784dc5c05a244dbe9231e806 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 16:21:47 +0000 Subject: [PATCH] Update cats-core to 2.11.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f7772b3..a51106d 100644 --- a/build.sbt +++ b/build.sbt @@ -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, ),