From 98799230df52cabc7ccec6e8d59c3e86f6fcd886 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 19 Jul 2024 06:05:16 +0000 Subject: [PATCH] Update circe-core, circe-generic, ... to 0.14.9 --- 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"