From 60c3e7e141ffe7e57492999dc3b35ebd03541b76 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 15 Jun 2025 13:56:36 +0000 Subject: [PATCH] Update circe-core, circe-generic, ... to 0.14.14 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9dd62c6..3159c5d 100644 --- a/build.sbt +++ b/build.sbt @@ -1,4 +1,4 @@ -val CirceVersion = "0.14.2" +val CirceVersion = "0.14.14" val http4sVersion = "1.0.0-M38" val doobieVersion = "1.0.0-RC2"