From 8da1ae968e60371c405030f2e70ba49f39968b58 Mon Sep 17 00:00:00 2001 From: "davenverse-steward[bot]" <130607801+davenverse-steward[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 16:38:33 +0000 Subject: [PATCH] Update circe-core, circe-generic, ... to 0.14.9 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e22b0e6..045e89b 100644 --- a/build.sbt +++ b/build.sbt @@ -21,7 +21,7 @@ val catsV = "2.7.0" val catsEffectV = "3.3.12" val fs2V = "3.2.9" val http4sV = "0.23.11" -val circeV = "0.14.2" +val circeV = "0.14.9" val doobieV = "1.0.0-RC2" val munitCatsEffectV = "1.0.7"