From 182afec10f2596fb49213884099895e09e4652b3 Mon Sep 17 00:00:00 2001 From: "lucuma-steward[bot]" <106720676+lucuma-steward[bot]@users.noreply.github.com> Date: Thu, 31 Aug 2023 01:31:33 +0000 Subject: [PATCH] Update circe-core, circe-generic, ... to 0.14.6 --- project/Settings.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Settings.scala b/project/Settings.scala index 0b95268a..92700559 100644 --- a/project/Settings.scala +++ b/project/Settings.scala @@ -52,7 +52,7 @@ object Settings { val logstash = "7.0" val pureConfig = "0.17.4" val monocle = "3.2.0" - val circe = "0.14.5" + val circe = "0.14.6" val doobie = "0.6.0" val flyway = "6.0.4"