From e2c6bcdb5081940c83374b6b2eccd68691ebee0b Mon Sep 17 00:00:00 2001 From: "davenverse-steward[bot]" <130607801+davenverse-steward[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 00:50:16 +0000 Subject: [PATCH] Update circe-core, circe-parser to 0.14.8 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 33fd1c1..7b8cf1f 100644 --- a/build.sbt +++ b/build.sbt @@ -18,7 +18,7 @@ val catsV = "2.8.0" val catsEffectV = "3.4.2" val fs2V = "3.4.0" val http4sV = "0.23.16" -val circeV = "0.14.3" +val circeV = "0.14.8" val catsEffectTestingV = "1.5.0" val log4catsV = "2.5.0" val logbackClassicV = "1.2.11"