From 1511ac813c70d35729f84c4b17aed306c6093137 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 12 Sep 2024 13:35:40 +0200 Subject: [PATCH] Update circe-core, circe-generic, ... to 0.14.10 (#2184) --- project/Versions.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Versions.scala b/project/Versions.scala index b1e1016cb4..8e79080af2 100644 --- a/project/Versions.scala +++ b/project/Versions.scala @@ -21,7 +21,7 @@ object V { val monix = "3.4.0" val monix_bio = "1.2.0" - val circe = "0.14.9" + val circe = "0.14.10" val circe_derivation = "0.13.0-M5" val pureconfig = "0.17.7" val magnolia = "1.1.10"