From dd81ad57a5ce92dde7abefaf13c1bab02fcb2184 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 1 Oct 2025 19:53:31 +0000 Subject: [PATCH] Update circe-core to 0.14.15 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3670061..0107fad 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ import sbtcrossproject.CrossProject val Version = new { val CatsEffect = "3.6.3" - val Circe = "0.14.14" + val Circe = "0.14.15" val Fs2 = "3.12.2" val Http4s = "1.0.0-M45" val Java = "17"