From afcc3e0580c479ab8882d064249023a2116cd494 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 20:23:39 +0000 Subject: [PATCH] Update circe-parser to 0.14.12 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b0129c2..763c807 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.12" % Test, "com.lihaoyi" %%% "sourcecode" % "0.4.2" % Test, ), )