Skip to content

Commit

Permalink
Update circe-parser to 0.14.7
Browse files Browse the repository at this point in the history
  • Loading branch information
http4s-steward[bot] committed Apr 26, 2024
1 parent 9532496 commit d7393c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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,
),
)
Expand Down

0 comments on commit d7393c2

Please sign in to comment.