From 942241a6174ebd97ebe460d7ef3cddf53d8b2d6d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 23 Aug 2024 16:55:01 +0000 Subject: [PATCH] Update circe-core, circe-parser, ... to 0.14.9 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5dec3fce..1a818d27 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.9" val jsoniter = "2.30.7" val monix = "3.4.1" val scalaTest = "3.2.19"