From a3e5fef4d24e7f5f5f62ccb8961408626eba9e69 Mon Sep 17 00:00:00 2001 From: "scala-steward-baeldung[bot]" <143488814+scala-steward-baeldung[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2024 00:17:35 +0000 Subject: [PATCH] Update circe-core, circe-generic, ... from 0.14.9 to 0.14.10 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e54245718..61e22d71a 100644 --- a/build.sbt +++ b/build.sbt @@ -399,7 +399,7 @@ lazy val scala2_libraries = Defaults.itSettings ) -val circeVersion = "0.14.9" +val circeVersion = "0.14.10" val monixVersion = "3.4.1" val sparkVersion = "3.5.2" val elastic4sVersion = "8.14.1"