From a474d4f44141149c5f2dc61ee5fff48421407607 Mon Sep 17 00:00:00 2001 From: "tarao-scala-steward[bot]" <162550418+tarao-scala-steward[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2024 00:30:33 +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 9a15a97..6417a0b 100644 --- a/build.sbt +++ b/build.sbt @@ -30,7 +30,7 @@ ThisBuild / githubWorkflowJavaVersions := Seq( ) val BenchmarkJavaVersion = JavaSpec.temurin("11") -val circeVersion = "0.14.9" +val circeVersion = "0.14.10" val scalaTestVersion = "3.2.19" lazy val compileSettings = Def.settings(