From efe034a854a4f6db8731c81c1f3428a6d483cf6d Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 00:20:46 +0000 Subject: [PATCH] Update circe-core, circe-generic, ... to 0.14.9 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 07cfc3587..39458b921 100644 --- a/build.sbt +++ b/build.sbt @@ -242,7 +242,7 @@ lazy val V = new { val elastic4s = "8.13.1" val nscalaTime = "2.32.0" val scalatest = "3.2.19" - val circe = "0.14.8" + val circe = "0.14.9" val json4s = "4.0.7" val coursier = "2.1.6" }