Skip to content

Commit

Permalink
Update circe-generic to 0.14.7 in series/0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
http4s-steward[bot] committed Apr 26, 2024
1 parent f0ff468 commit 8a92263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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.6",
"io.circe" %% "circe-generic" % "0.14.7",
),
Test / scalafixConfig := Some(file(".scalafix.test.conf")),
)
Expand Down

0 comments on commit 8a92263

Please sign in to comment.