From 330a6bba834ec18fdede37ab5b5827a9447ad748 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 6 Sep 2024 18:20:42 +0000 Subject: [PATCH] Update circe-core, circe-generic, ... to 0.14.10 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5dd15bd..bd280b7 100644 --- a/build.sbt +++ b/build.sbt @@ -9,7 +9,7 @@ def publishVersion = if (isRelease) releaseVersion else if (isGithubActions) "2. val org = "com.clever-cloud.pulsar4s" val AkkaStreamVersion = "2.6.20" // compatible with Akka 2.5.x and 2.6.x val CatsEffectVersion = "3.5.4" -val CirceVersion = "0.14.6" +val CirceVersion = "0.14.10" val CommonsIoVersion = "2.4" val ExtsVersion = "1.61.1" val JacksonVersion = "2.17.2"