From 970aa7d0488cb53c5b53060b187be481ee3419ef Mon Sep 17 00:00:00 2001 From: "lucuma-steward[bot]" <106720676+lucuma-steward[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 16:17:05 +0000 Subject: [PATCH] Update circe-core, circe-generic, ... to 0.14.9 --- project/Settings.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Settings.scala b/project/Settings.scala index 6534f71a..b9f83814 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.8" + val circe = "0.14.9" val disciplineMUnit = "2.0.0" val fs2 = "3.10.2" val grackle = "0.20.0"