Skip to content

Commit

Permalink
Update http4s-circe, http4s-client, ... to 0.21.21 (#2032)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Mar 29, 2021
1 parent 7d04d46 commit f68c614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ object Dependencies {
val disciplineMunit = "org.typelevel" %% "discipline-munit" % "1.0.6"
val fs2Core = "co.fs2" %% "fs2-core" % "2.5.3"
val fs2Io = "co.fs2" %% "fs2-io" % fs2Core.revision
val http4sCore = "org.http4s" %% "http4s-core" % "0.21.20"
val http4sCore = "org.http4s" %% "http4s-core" % "0.21.21"
val http4sCirce = "org.http4s" %% "http4s-circe" % http4sCore.revision
val http4sClient = "org.http4s" %% "http4s-client" % http4sCore.revision
val http4sDsl = "org.http4s" %% "http4s-dsl" % http4sCore.revision
Expand Down

0 comments on commit f68c614

Please sign in to comment.