From d7393c26aab3d6b6262b5155ce4110c8b84ab3bd Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 08:20:38 +0000 Subject: [PATCH] Update circe-parser to 0.14.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f7772b3..df3c39a 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.9.0" % Test, - "io.circe" %%% "circe-parser" % "0.14.5" % Test, + "io.circe" %%% "circe-parser" % "0.14.7" % Test, "com.lihaoyi" %%% "sourcecode" % "0.3.0" % Test, ), )