From 0097a73effa7f19496718088519e552a4b7ace33 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 22:37:53 +0000 Subject: [PATCH] chore(deps): update circeversion to v0.14.10 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 352f2c9a3c8..898ade2e0ab 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -24,7 +24,7 @@ addSbtPlugin("net.vonbuchholtz" % "sbt-dependency-check" % "5.1.0") // - revision is optional addDependencyTreePlugin -val circeVersion = "0.14.9" +val circeVersion = "0.14.10" libraryDependencies ++= Seq( "io.circe" %% "circe-core" % circeVersion, "io.circe" %% "circe-generic" % circeVersion,