From 90fff39b491bcfb188d8b10c6682baf1c6186d93 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 16:25:34 +0000 Subject: [PATCH] Update circe-parser to 0.14.13 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b0129c2..47de7ee 100644 --- a/build.sbt +++ b/build.sbt @@ -22,7 +22,7 @@ lazy val hpack = crossProject(JVMPlatform, JSPlatform, NativePlatform) name := "hpack", libraryDependencies ++= Seq( "org.typelevel" %%% "cats-core" % "2.13.0" % Test, - "io.circe" %%% "circe-parser" % "0.14.10" % Test, + "io.circe" %%% "circe-parser" % "0.14.13" % Test, "com.lihaoyi" %%% "sourcecode" % "0.4.2" % Test, ), )