From 73d4cd5095e947efe687543358693228f94c4070 Mon Sep 17 00:00:00 2001 From: ex0ns Date: Wed, 31 Jul 2024 18:13:17 +0200 Subject: [PATCH] Update circe-core, circe-generic, ... to 0.14.9 (#413) --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index f6396ee1..18df9b57 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.8" + val circe = "0.14.9" val circeGenericExtras = "0.14.3" val cats = "2.12.0" val catsEffect = "2.5.5"