Skip to content

Commit

Permalink
Merge pull request #190 from scala-steward/update/http4s-backend-3.2.0
Browse files Browse the repository at this point in the history
Update http4s-backend to 3.2.0
  • Loading branch information
kubukoz committed Mar 24, 2021
2 parents 7ed7b40 + 7d98391 commit 8e117d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ lazy val pitgull =
buildInfoKeys := List(version, scalaVersion),
libraryDependencies ++= List(
"com.softwaremill.sttp.tapir" %% "tapir-http4s-server" % "0.17.19",
"com.softwaremill.sttp.client3" %% "http4s-backend" % "3.1.9",
"com.softwaremill.sttp.client3" %% "http4s-backend" % "3.2.0",
"org.http4s" %% "http4s-blaze-server" % "0.21.20",
"org.http4s" %% "http4s-blaze-client" % "0.21.20",
"is.cir" %% "ciris" % "1.2.1",
Expand Down

0 comments on commit 8e117d1

Please sign in to comment.