From bedfa3374546c0fb2ea15f6fc093ccaeec45f9d2 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:43:48 +0000 Subject: [PATCH] Update circe-core, circe-generic, ... to 0.14.8 --- build.sbt | 2 +- src/main/g8/build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index b3f17af..1a471eb 100644 --- a/build.sbt +++ b/build.sbt @@ -13,7 +13,7 @@ val catsV = "2.9.0" val catsEffectV = "3.4.8" val fs2V = "3.6.1" val http4sV = "0.23.18" -val circeV = "0.14.5" +val circeV = "0.14.8" val doobieV = "1.0.0-RC2" val munitCatsEffectV = "1.0.7" ThisBuild / githubWorkflowPublishCond := None diff --git a/src/main/g8/build.sbt b/src/main/g8/build.sbt index 2003457..652c2d2 100644 --- a/src/main/g8/build.sbt +++ b/src/main/g8/build.sbt @@ -23,7 +23,7 @@ val catsV = "2.9.0" val catsEffectV = "3.4.8" val fs2V = "3.6.1" val http4sV = "0.23.18" -val circeV = "0.14.5" +val circeV = "0.14.8" val doobieV = "1.0.0-RC2" val munitCatsEffectV = "1.0.7"