From 99be56cac1d647bf8549934aa177184814b2baaa Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 27 Apr 2024 16:04:21 +0000 Subject: [PATCH] Update circe-core, circe-generic, ... to 0.14.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ee74e125..8a0e6bed 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ val V = new { val avro4s_scala3 = "5.0.9" val awssdk = "2.25.38" val `cats-effect` = "3.5.3" - val circe = "0.14.6" + val circe = "0.14.7" val confluent = "7.5.3" val doobie = "1.0.0-RC5" val http4s = "0.23.26"