From e4162e1be36cbb7491b7e269ce5b1ea1c5107553 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 14 Dec 2025 19:46:21 +0000 Subject: [PATCH] Update circe-core, circe-parser to 0.14.15 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7b5ec582..9cb66425 100644 --- a/build.sbt +++ b/build.sbt @@ -51,7 +51,7 @@ ThisBuild / githubWorkflowEnv ++= List("PGP_SECRET", "SONATYPE_PASSWORD", "SONAT val Versions = new { val catsCore = "2.13.0" val catsEffect = "3.6.3" - val circe = "0.14.9" + val circe = "0.14.15" val jsoniter = "2.38.5" val zioJson = "0.7.45" val monix = "3.4.1"