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")), )