From 0bed16c08286b76c038e97c16fd6080d6154da94 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 22:48:40 +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 352f2c9a3c..898ade2e0a 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,