From 81da31ba9cc3f19fafd1e2e716194535c63d37b0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 6 Sep 2023 16:26:53 +0000 Subject: [PATCH] Update circe-core, circe-generic, ... to 0.14.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6bde986..83699d5 100644 --- a/build.sbt +++ b/build.sbt @@ -30,7 +30,7 @@ val compilerOptions = Seq( "-Ywarn-numeric-widen" ) -val circeVersion = "0.14.1" +val circeVersion = "0.14.6" val everitVersion = "1.14.0" val previousCirceJsonSchemaVersion = "0.1.0"