From 4a375bb30d3ab65ed74a1f96154019bf5e965994 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 04:19:48 +0000 Subject: [PATCH] Update cats-core to 2.10.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f7772b3..db407b7 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.10.0" % Test, "io.circe" %%% "circe-parser" % "0.14.5" % Test, "com.lihaoyi" %%% "sourcecode" % "0.3.0" % Test, ),