From 76633eecd188db5e7e4f258a16bb38a8bff89b4e Mon Sep 17 00:00:00 2001 From: "lucuma-steward[bot]" <106720676+lucuma-steward[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 16:18:49 +0000 Subject: [PATCH] Update circe-core, circe-generic, ... to 0.14.10 --- project/Settings.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Settings.scala b/project/Settings.scala index d7b3b0b9..dc3495ad 100644 --- a/project/Settings.scala +++ b/project/Settings.scala @@ -7,7 +7,7 @@ object Settings { object LibraryVersions { val cats = "2.12.0" val catsEffect = "3.5.4" - val circe = "0.14.9" + val circe = "0.14.10" val disciplineMUnit = "2.0.0" val fs2 = "3.11.0" val grackle = "0.20.0"