From d28d953e3b44b1d631b23d07424de6e7c2a67597 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 4 Jul 2024 14:16:49 +0000 Subject: [PATCH] Update circe-core, circe-testing to 0.14.9 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ed90eb2..34b3e29 100644 --- a/build.sbt +++ b/build.sbt @@ -29,7 +29,7 @@ val compilerOptions = Seq( "-Ywarn-numeric-widen" ) -val circeVersion = "0.14.1" +val circeVersion = "0.14.9" val reactiveMongoVersion = "1.0.7" val scalaTestVersion = "3.2.11"