From b04eb447be4ef480b9a17c2eb746e8fab45450b9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 1 Oct 2025 20:16:50 +0000 Subject: [PATCH] Update circe-core, circe-parser to 0.14.15 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index ad820e55e..879720811 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -20,7 +20,7 @@ object Dependencies { val atmosphereVersion = "2.7.15" val upickleVersion = "4.3.2" // Tests only - val circeVersion = "0.14.14" // Tests only + val circeVersion = "0.14.15" // Tests only val circeDerivationVersion = "0.13.0-M5" // Tests only val monixVersion = "3.4.1" // udash-rest only