From ec9023c4724316c938785a5068016809a026ed5f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 8 Sep 2024 13:22:34 +0000 Subject: [PATCH] Update circe-core, circe-generic, ... to 0.14.10 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index bb9b8a61..f133172d 100644 --- a/build.sbt +++ b/build.sbt @@ -1,5 +1,5 @@ val Versions = new { - val circe = "0.14.9" + val circe = "0.14.10" val monocle = "3.3.0" val discipline = "2.3.0" val scalaTestPlus = "3.2.19.0"