From a5833158cb2eae5e47948108740b993ef54d34eb Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 01:14:41 +0000 Subject: [PATCH] Update circe-generic to 0.14.8 in series/0.23 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 40c3c2fd9..57f157386 100644 --- a/build.sbt +++ b/build.sbt @@ -342,7 +342,7 @@ lazy val examples = Project("blaze-examples", file("examples")) libraryDependencies ++= Seq( "org.http4s" %% "http4s-dsl" % http4sVersion, "org.http4s" %% "http4s-circe" % http4sVersion, - "io.circe" %% "circe-generic" % "0.14.7", + "io.circe" %% "circe-generic" % "0.14.8", ), Test / scalafixConfig := Some(file(".scalafix.test.conf")), )