From 6d20f7caab704fcafc7a17404742fdc14e2ecf70 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 07:15:07 +0000 Subject: [PATCH] Update dependency io.circe:circe-generic to v0.14.10 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 90cc88ff..0c642b87 100644 --- a/build.sbt +++ b/build.sbt @@ -437,7 +437,7 @@ lazy val cli = project // Dependencies: libraryDependencies += "com.monovore" %% "decline" % "2.4.1", libraryDependencies += "io.circe" %% "circe-core" % "0.14.7", - libraryDependencies += "io.circe" %% "circe-generic" % "0.14.7", + libraryDependencies += "io.circe" %% "circe-generic" % "0.14.10", libraryDependencies += "io.circe" %% "circe-parser" % "0.14.7", addCompilerPlugin("com.olegpy" %% "better-monadic-for" % "0.3.1"), // Settings for test: