Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
Merge pull request #160 from scala-steward/update/http4s-backend-3.1.5
Browse files Browse the repository at this point in the history
Update http4s-backend to 3.1.5
  • Loading branch information
mergify[bot] authored Feb 23, 2021
2 parents cf073ad + 105c2f9 commit 632726f
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.12",
"com.softwaremill.sttp.client3" %% "http4s-backend" % "3.1.3",
"com.softwaremill.sttp.client3" %% "http4s-backend" % "3.1.5",
"org.http4s" %% "http4s-blaze-server" % "0.21.19",
"org.http4s" %% "http4s-blaze-client" % "0.21.19",
"is.cir" %% "ciris" % "1.2.1",
Expand Down

0 comments on commit 632726f

Please sign in to comment.