Skip to content

Commit

Permalink
Merge pull request #882 from http4s/update/series/0.23/circe-generic-…
Browse files Browse the repository at this point in the history
…0.14.8

Update circe-generic to 0.14.8 in series/0.23
  • Loading branch information
danicheg authored Jun 18, 2024
2 parents 4ec7351 + a583315 commit 729bf12
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 729bf12

Please sign in to comment.