From c400ff2dc50635e5426f9278bdc29a127de8b77e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 24 Jun 2024 12:21:39 +0000 Subject: [PATCH] Update circe-core, circe-generic, ... to 0.14.8 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7739df3a..1454d129 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ val compilerOptions = Seq( "-Ywarn-numeric-widen" ) -val circeVersion = "0.14.1" +val circeVersion = "0.14.8" val munitVersion = "0.7.26" val previousCirceJacksonVersion = "0.13.0" val disciplineMunitVersion = "1.0.9"