From 9a63f03ddcfb67b137c5d57112efb3a1d970afae Mon Sep 17 00:00:00 2001 From: "dwolla-oss-scala-steward[bot]" <212073+dwolla-oss-scala-steward[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 00:16:52 +0000 Subject: [PATCH] Update circe-core, circe-generic, ... to 0.14.8 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 54e32a4..da9b70a 100644 --- a/build.sbt +++ b/build.sbt @@ -31,7 +31,7 @@ lazy val `iam-user-cleanup` = (project in file(".")) libraryDependencies ++= { val natchezVersion = "0.1.6" val feralVersion = "0.1.0-M9" - val circeVersion = "0.14.2" + val circeVersion = "0.14.8" val awsJavaSdkVersion = "2.17.129" val scalacheckEffectVersion = "1.0.4" val log4catsVersion = "2.3.1"