From 2598d9a33d2ba137a911a8799439f3b4983d6e4e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 26 May 2021 21:31:02 +0200 Subject: [PATCH] Update circe-core, circe-generic, ... to 0.14.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 63d2d92..b6d3ba1 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.1" val ciris = "1.2.1" val refined = "0.9.17" val newtype = "0.4.4"