From aa4b1cf27d89bff420478c570764d5b39970f7b5 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 14 Jun 2025 00:52:37 +0000 Subject: [PATCH] Update circe-core, circe-generic, ... to 0.14.14 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index be8642f8..81e6eb81 100644 --- a/build.sbt +++ b/build.sbt @@ -20,7 +20,7 @@ val sttpVersion = "3.10.1" val influxdbVersion = "7.1.0" val awsClientVersion = "2.25.32" val gatlingVersion = "3.13.5" -val circeVersion = "0.14.8" +val circeVersion = "0.14.14" // https://github.com/langchain4j/langchain4j/issues/2955 val langchain4jVersion = "1.0.0"