diff --git a/build.sbt b/build.sbt index aeddc46d6..5347f11ef 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.5", + "io.circe" %% "circe-generic" % "0.14.6", ), Test / scalafixConfig := Some(file(".scalafix.test.conf")), )