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