From ce7e894c62b769ac676cf18589e70f18de45f046 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 18:38:00 +0000 Subject: [PATCH] Update dependency io.circe:circe-generic to v0.14.10 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 81cc86b86..8bf09bb0b 100644 --- a/build.sbt +++ b/build.sbt @@ -7,7 +7,7 @@ val scala212 = "2.12.19" val scala213 = "2.13.15" val supportedScalaVersions = List(scala212, scala213) val sparkVersion = "3.3.4" -val circeVersion = "0.14.9" +val circeVersion = "0.14.10" val sttpVersion = "3.5.2" val natchezVersion = "0.3.1" val Specs2Version = "4.20.3"