From 4aabdc33b835ff2fa7d27e11d77e34e9e64c3b33 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 06:10:37 +0000 Subject: [PATCH] Update circe-core, circe-generic, ... to 0.14.12 --- project/Dependencies.scala | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 36891cf..69da26d 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.12", + "io.circe" %% "circe-generic" % "0.14.12", + "io.circe" %% "circe-parser" % "0.14.12" ) private val test = Seq( "org.scalatest" %% "scalatest" % "3.2.19",