From a805858dd4fc4de7cde7bec8098cd6b866c96212 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 8 Oct 2023 09:45:35 +0000 Subject: [PATCH] Update circe-core, circe-generic, ... to 0.14.6 --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index 295c86cf..3d581fea 100644 --- a/build.sc +++ b/build.sc @@ -7,7 +7,7 @@ val ScalaVersions = Seq("2.12.16", "2.13.11") object library { object Version { - val circe = "0.14.5" + val circe = "0.14.6" val circeGenericExtras = "0.14.3" val cats = "2.9.0" val catsEffect = "2.5.5"