From 8dfccbc803e8f43d3afa14ec456f5644060709e1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 4 Jul 2024 17:12:13 +0000 Subject: [PATCH] Update circe-core, circe-generic, ... to 0.14.9 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 67847b7d..4c6c4e7a 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ val V = new { val avro4s_scala3 = "5.0.13" val awssdk = "2.26.12" val `cats-effect` = "3.5.3" - val circe = "0.14.8" + val circe = "0.14.9" val confluent = "7.5.3" val doobie = "1.0.0-RC5" val http4s = "0.23.27"