From a54eee77667416cef58ce9c3ab707da503760b48 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 1 Oct 2025 14:15:20 +0000 Subject: [PATCH] Update circe-core, circe-generic, ... to 0.14.15 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8526c4b..ddc442e 100644 --- a/build.sbt +++ b/build.sbt @@ -205,7 +205,7 @@ lazy val dependency = new { object Version { val avro4s = "4.1.2" - val circe = "0.14.10" + val circe = "0.14.15" val json4s = "4.0.7" val jsoniterScala = "2.33.0" val scalaTest = "3.2.19"