From ec709c2e10cb29fceca16b1389a8e2f63bbc30e3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 06:12:15 +0000 Subject: [PATCH] Update circe-core, circe-generic, ... to 0.14.15 --- project/Dependencies.scala | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 36891cf..b899b47 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -14,9 +14,9 @@ object Dependencies { "com.typesafe" % "config" % "1.4.3", "io.delta" %% "delta-spark" % "3.1.0", "io.spray" %% "spray-json" % "1.3.6", - "io.circe" %% "circe-core" % "0.14.10", - "io.circe" %% "circe-generic" % "0.14.10", - "io.circe" %% "circe-parser" % "0.14.10" + "io.circe" %% "circe-core" % "0.14.15", + "io.circe" %% "circe-generic" % "0.14.15", + "io.circe" %% "circe-parser" % "0.14.15" ) private val test = Seq( "org.scalatest" %% "scalatest" % "3.2.19",