From 6a6b822c463729bcb7c936108d6ba915f0294757 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 8 Sep 2024 12:58:33 +0000 Subject: [PATCH] Update circe-core, circe-generic, ... to 0.14.10 --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index 031cf3c..5af9461 100644 --- a/build.sc +++ b/build.sc @@ -75,7 +75,7 @@ object json extends Module { extends JsonModule("Circe") with PublishModule { def moduleDeps = List(jose(crossScalaVersion)) - lazy val circeVersion = "0.14.3" + lazy val circeVersion = "0.14.10" def ivyDeps = Agg( ivy"io.circe::circe-core:$circeVersion",