From 69110a7ea4428b48f521a576d50a239e3a02a2c2 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 24 Jun 2024 11:04:44 +0000 Subject: [PATCH] Update circe-core, circe-generic to 0.14.8 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a9080733..8ceafbfd 100644 --- a/build.sbt +++ b/build.sbt @@ -12,7 +12,7 @@ lazy val ScalaVersions = new { lazy val Versions = new { val gpb3Version = "3.25.3" val grpcVersion = "1.64.0" - val circeVersion = "0.14.7" + val circeVersion = "0.14.8" val http4sVersion = "0.22.2" val akkaHttp = "10.2.10" }