From 128b0c0d3e46d91bacf321971475283af952b5d5 Mon Sep 17 00:00:00 2001 From: ex0ns Date: Tue, 18 Jun 2024 15:14:48 +0200 Subject: [PATCH] Update circe-core, circe-generic, ... to 0.14.8 (#408) --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index eb72eefb..3c270e80 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.7" + val circe = "0.14.8" val circeGenericExtras = "0.14.3" val cats = "2.12.0" val catsEffect = "2.5.5"