From 6b9c80f3c353300a527a16a1df99016167d4baf9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 14:50:32 +0000 Subject: [PATCH] Update dependency io.circe:circe-parser to v0.14.9 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b6b2dd9..cb8f12b 100644 --- a/build.sbt +++ b/build.sbt @@ -27,6 +27,6 @@ libraryDependencies ++= Seq( "com.github.ben-manes.caffeine" % "caffeine" % "3.1.8", "co.fs2" %% "fs2-core" % "3.10.2", "io.circe" %% "circe-generic" % "0.14.8", - "io.circe" %% "circe-parser" % "0.14.8", + "io.circe" %% "circe-parser" % "0.14.9", "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5" )