From d0cb4fa18169f7cd79656b9189186695b0a21fcc Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 7 Sep 2023 02:07:36 +0000 Subject: [PATCH] Update circe-core, circe-generic, ... to 0.14.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 63d2d92..97c537b 100644 --- a/build.sbt +++ b/build.sbt @@ -9,7 +9,7 @@ lazy val V = new { val kafka = "2.5.1" val confluent = "5.5.1" - val circe = "0.13.0" + val circe = "0.14.6" val ciris = "1.2.1" val refined = "0.9.17" val newtype = "0.4.4"