From 671652b7ce542b0ba479983942b919651105575b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 27 Apr 2024 13:47:02 +0000 Subject: [PATCH] Update circe-jawn, circe-testing to 0.14.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9baebef..5ce140f 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.7" val iterateeVersion = "0.20.0" val previousCirceIterateeVersion = "0.12.0"