From 79c404d082b57dc92f50896ce5e96fd9ff16798c Mon Sep 17 00:00:00 2001 From: Matt Hicks Date: Sat, 7 Sep 2024 00:16:30 +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 5e33ce3ef..8798302c2 100644 --- a/build.sbt +++ b/build.sbt @@ -53,7 +53,7 @@ val catsEffectTestingVersion: String = "1.5.0" // JSON val fabricVersion: String = "1.15.1" -val circeVersion = "0.14.7" +val circeVersion = "0.14.10" // Testing val scalaTestVersion: String = "3.2.18"