From 837d3e971d3fc8d44bb8e5a1cadd774647882dd7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 24 Jun 2024 12:19:02 +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 ae653bd..4741b53 100644 --- a/build.sbt +++ b/build.sbt @@ -41,7 +41,7 @@ val compilerOptions = Seq( "-Ywarn-numeric-widen" ) -val circeVersion = "0.14.1" +val circeVersion = "0.14.8" val drosteVersion = "0.8.0" val previousCirceDrosteVersion = "0.2.0"