From 2813c01f28e47414fd58564c05c0b19e726d87a9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 24 Jun 2024 20:17:24 +0000 Subject: [PATCH] Update circe-core, circe-generic, ... to 0.14.8 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 63d2d92..df87406 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.8" val ciris = "1.2.1" val refined = "0.9.17" val newtype = "0.4.4"