From 462ff413669d24fd88ac5ddaf27a512f283d534a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 4 Jul 2024 16:28:34 +0000 Subject: [PATCH] Update circe-core, circe-generic, ... to 0.14.9 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index dcfa518..a6df819 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -5,7 +5,7 @@ object Dependencies { val AkkaHttpVersion = "10.1.11" val CatsEffectVersion = "2.1.2" val AkkaVersion = "2.6.2" - val CirceVersion = "0.13.0" + val CirceVersion = "0.14.9" val AkkaHttpCirceVersion = "1.30.0" val RefinedVersion = "0.9.12"