From 592455e450c8e02366ee502f7906634c7c502b90 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 8 Sep 2024 13:22:42 +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 07fdfdd..53cd1c2 100644 --- a/build.sbt +++ b/build.sbt @@ -36,7 +36,7 @@ ThisBuild / githubWorkflowBuild := Seq( ) val catsVersion = "2.7.0" -val circeVersion = "0.14.1" +val circeVersion = "0.14.10" val scalaMetaVersion = "4.5.1" val commonSettings = Seq(