From 403d5511c9bc8b3ecad76ac62e6d0c0183c5aabe Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 00:19:46 +0000 Subject: [PATCH] Update circe-core, circe-generic, ... to 0.14.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 710251655..353cd817c 100644 --- a/build.sbt +++ b/build.sbt @@ -247,7 +247,7 @@ lazy val V = new { val elastic4s = "8.8.2" val nscalaTime = "2.32.0" val scalatest = "3.2.16" - val circe = "0.14.5" + val circe = "0.14.6" val json4s = "4.0.6" val coursier = "2.1.5" }