Skip to content

Commit

Permalink
Update http4s-core to 0.20.14 (#645)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and ruippeixotog committed Nov 26, 2019
1 parent a989a0c commit 7394128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/http4s/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name := "pureconfig-http4s"
crossScalaVersions ~= { _.filterNot(_.startsWith("2.13")) }

libraryDependencies ++= Seq(
"org.http4s" %% "http4s-core" % "0.20.13")
"org.http4s" %% "http4s-core" % "0.20.14")

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

0 comments on commit 7394128

Please sign in to comment.