From 4e3dcee7dff73ef744a17a3911fa71485a5c483d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 24 Jun 2024 12:18:03 +0000 Subject: [PATCH] Update circe-core, circe-testing to 0.14.8 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ed90eb2..4bf098d 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.8" val reactiveMongoVersion = "1.0.7" val scalaTestVersion = "3.2.11"