From 2a711cbe1c05dd7fa33d8cac18770df74209e740 Mon Sep 17 00:00:00 2001 From: Scala Steward <scala_steward@virtuslab.com> Date: Tue, 22 Apr 2025 19:12:04 +0000 Subject: [PATCH] Update circe-core, circe-parser to 0.14.13 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index dfcefb172..7c4caf501 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -20,7 +20,7 @@ object Dependencies { val atmosphereVersion = "2.7.15" val upickleVersion = "4.1.0" // Tests only - val circeVersion = "0.14.12" // Tests only + val circeVersion = "0.14.13" // Tests only val circeDerivationVersion = "0.13.0-M5" // Tests only val monixVersion = "3.4.1" // udash-rest only