Skip to content

Commit

Permalink
Update http4s-core to 0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jul 21, 2021
1 parent b7e4e03 commit 0a1bc44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/http4s/build.sbt
Expand Up @@ -4,7 +4,7 @@ name := "pureconfig-http4s"

crossScalaVersions := Seq(scala212, scala213)

libraryDependencies ++= Seq("org.http4s" %% "http4s-core" % "0.21.25")
libraryDependencies ++= Seq("org.http4s" %% "http4s-core" % "0.22.0")

developers := List(
Developer("jcranky", "Paulo Siqueira", "paulo.siqueira@gmail.com", url("https://github.com/jcranky"))
Expand Down

0 comments on commit 0a1bc44

Please sign in to comment.