From 66dee3aae15f922b04bcfbc945590e4b1872e6ed Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 4 Mar 2023 18:49:47 +0000 Subject: [PATCH] Update circe-core, circe-generic, ... to 0.14.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 63d2d92..4f9b368 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.5" val ciris = "1.2.1" val refined = "0.9.17" val newtype = "0.4.4"