From 6ebb51ec5445bf542495fcae8c15cd87e7ea2db8 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Sat, 7 Sep 2024 00:28:40 +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 c7cdf4c7e..b746c4891 100644 --- a/build.sbt +++ b/build.sbt @@ -118,7 +118,7 @@ val testServerSettings = Seq( } ) -val circeVersion: String = "0.14.9" +val circeVersion: String = "0.14.10" val jsoniterVersion = "2.30.9"