We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fb9aa8 commit 0d9d5caCopy full SHA for 0d9d5ca
build.sbt
@@ -342,7 +342,7 @@ lazy val examples = Project("blaze-examples", file("examples"))
342
libraryDependencies ++= Seq(
343
"org.http4s" %% "http4s-dsl" % http4sVersion,
344
"org.http4s" %% "http4s-circe" % http4sVersion,
345
- "io.circe" %% "circe-generic" % "0.14.4",
+ "io.circe" %% "circe-generic" % "0.14.5",
346
),
347
Test / scalafixConfig := Some(file(".scalafix.test.conf")),
348
)
0 commit comments