From 0d9d5caf9867df04eb82f04952a8f1e66058ba30 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Fri, 3 Mar 2023 20:21:17 +0000 Subject: [PATCH] Update circe-generic to 0.14.5 in series/0.23 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index fd874aaca..7c31d54d0 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.4", + "io.circe" %% "circe-generic" % "0.14.5", ), Test / scalafixConfig := Some(file(".scalafix.test.conf")), )