From da7faab650b115fbdd57682b1f1bac906f85ebdf Mon Sep 17 00:00:00 2001 From: "scala-steward-firstbirdtech[bot]" <157817373+scala-steward-firstbirdtech[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 00:26:16 +0000 Subject: [PATCH] Update circe-core, circe-parser to 0.14.9 (#168) Co-authored-by: scala-steward-firstbirdtech[bot] <157817373+scala-steward-firstbirdtech[bot]@users.noreply.github.com> --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 5e51c10..f61ce8a 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -2,7 +2,7 @@ import sbt._ object Dependencies { - private val circeVersion = "0.14.8" + private val circeVersion = "0.14.9" private val fs2Version = "3.10.2" private val sttpClientVersion = "3.9.7"