Skip to content

Commit

Permalink
Merge pull request #459 from scala-steward/update/http4s-blaze-server…
Browse files Browse the repository at this point in the history
…-0.21.23

Update http4s-blaze-server, http4s-circe, ... to 0.21.23
  • Loading branch information
mergify[bot] authored May 17, 2021
2 parents 17e014c + 5f32011 commit d528886
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,9 @@ lazy val example = project
"org.tpolecat" %% "natchez-honeycomb" % "0.0.24",
"org.tpolecat" %% "natchez-jaeger" % "0.0.24",
) ++ Seq(
"org.http4s" %% "http4s-dsl" % "0.21.22",
"org.http4s" %% "http4s-blaze-server" % "0.21.22",
"org.http4s" %% "http4s-circe" % "0.21.22",
"org.http4s" %% "http4s-dsl" % "0.21.23",
"org.http4s" %% "http4s-blaze-server" % "0.21.23",
"org.http4s" %% "http4s-circe" % "0.21.23",
"io.circe" %% "circe-generic" % "0.13.0",
).filterNot(_ => scalaVersion.value.startsWith("3."))
)
Expand Down

0 comments on commit d528886

Please sign in to comment.