From 4360e1b869191100bfe27031edb799d93068f951 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 08:23:27 +0000 Subject: [PATCH] Update circe-core, circe-generic, ... to 0.14.7 in main --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 6fb42550..30fa965c 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -4,7 +4,7 @@ import Keys._ // format: off object Dependencies { val http4sVersion = "1.0.0-M35" - val circeVersion = "0.14.2" + val circeVersion = "0.14.7" val scala_213 = "2.13.8"