From dba52790439f5506719bdce36b28c7b3ef6ff74c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 31 Aug 2023 15:01:37 +0000 Subject: [PATCH] Update circe-jawn, circe-testing to 0.14.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9baebef..946307d 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.6" val iterateeVersion = "0.20.0" val previousCirceIterateeVersion = "0.12.0"