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