From a8314c66ce598d9947d734c56cf3625ea03b57f4 Mon Sep 17 00:00:00 2001 From: ex0ns Date: Sat, 3 Aug 2024 13:45:33 +0200 Subject: [PATCH] Update circe-generic-extras to 0.14.4 (#416) --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index a43c818f..8828ecf2 100644 --- a/build.sc +++ b/build.sc @@ -8,7 +8,7 @@ object library { object Version { val circe = "0.14.9" - val circeGenericExtras = "0.14.3" + val circeGenericExtras = "0.14.4" val cats = "2.12.0" val catsEffect = "2.5.5" val catsEffect3 = "3.5.4"