From 05815d9f78d857eb9f45ffe978f963a2ef33513e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 22 Apr 2025 18:01:40 +0000 Subject: [PATCH] Update circe-core, circe-parser to 0.14.13 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5dec3fce..6e23e9cc 100644 --- a/build.sbt +++ b/build.sbt @@ -51,7 +51,7 @@ val Versions = new { val catsCore = "2.8.0" val catsEffect = "3.3.14" val catsEffect2 = "2.5.5" - val circe = "0.14.6" + val circe = "0.14.13" val jsoniter = "2.30.7" val monix = "3.4.1" val scalaTest = "3.2.19"