Skip to content

Commit

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

Update circe-generic to 0.14.5 in series/0.23
  • Loading branch information
danicheg authored Mar 5, 2023
2 parents e3b500b + 0d9d5ca commit d386214
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.4",
"io.circe" %% "circe-generic" % "0.14.5",
),
Test / scalafixConfig := Some(file(".scalafix.test.conf")),
)
Expand Down

0 comments on commit d386214

Please sign in to comment.