From bbac7882b4466d508e32544c9b0ce4fc84971036 Mon Sep 17 00:00:00 2001 From: "gu-scala-steward-public-repos[bot]" <108136057+gu-scala-steward-public-repos[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 09:56:26 +0000 Subject: [PATCH] Update circe-generic to 0.14.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7df7a83e..76033a7c 100644 --- a/build.sbt +++ b/build.sbt @@ -74,7 +74,7 @@ scalacOptions ++= Seq( ) val jacksonVersion = "2.17.0" -val circeVersion = "0.14.6" +val circeVersion = "0.14.7" // These can live in the same codebase, see: https://aws.amazon.com/blogs/developer/aws-sdk-for-java-2-x-released/ val awsV1SdkVersion = "1.12.708"