Skip to content

Commit

Permalink
Update circe-generic to 0.14.8 in series/0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
http4s-steward[bot] committed Jun 18, 2024
1 parent 4ec7351 commit a583315
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.7",
"io.circe" %% "circe-generic" % "0.14.8",
),
Test / scalafixConfig := Some(file(".scalafix.test.conf")),
)
Expand Down

0 comments on commit a583315

Please sign in to comment.