From 14ae0639618bd6f45f91714b5bf6b784ee9436fb Mon Sep 17 00:00:00 2001 From: ex0ns Date: Sun, 8 Sep 2024 21:00:40 +0200 Subject: [PATCH] Update circe-core, circe-generic, ... to 0.14.10 (#431) Co-authored-by: Scala Steward --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index f665a1a0..f15f1047 100644 --- a/build.sc +++ b/build.sc @@ -7,7 +7,7 @@ val ScalaVersions = Seq("2.12.19", "2.13.14") object library { object Version { - val circe = "0.14.9" + val circe = "0.14.10" val circeGenericExtras = "0.14.4" val cats = "2.12.0" val catsEffect = "2.5.5"