Skip to content

Commit

Permalink
Update http4s-core to 0.20.11
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and jcazevedo committed Sep 20, 2019
1 parent ee06c69 commit 719435a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/http4s/build.sbt
Expand Up @@ -3,7 +3,7 @@ name := "pureconfig-http4s"
crossScalaVersions ~= { _.filterNot(_.startsWith("2.13")) }

libraryDependencies ++= Seq(
"org.http4s" %% "http4s-core" % "0.20.10")
"org.http4s" %% "http4s-core" % "0.20.11")

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

0 comments on commit 719435a

Please sign in to comment.