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

Commit 8e117d1

Browse files
authored
Merge pull request #190 from scala-steward/update/http4s-backend-3.2.0
Update http4s-backend to 3.2.0
2 parents 7ed7b40 + 7d98391 commit 8e117d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ lazy val pitgull =
143143
buildInfoKeys := List(version, scalaVersion),
144144
libraryDependencies ++= List(
145145
"com.softwaremill.sttp.tapir" %% "tapir-http4s-server" % "0.17.19",
146-
"com.softwaremill.sttp.client3" %% "http4s-backend" % "3.1.9",
146+
"com.softwaremill.sttp.client3" %% "http4s-backend" % "3.2.0",
147147
"org.http4s" %% "http4s-blaze-server" % "0.21.20",
148148
"org.http4s" %% "http4s-blaze-client" % "0.21.20",
149149
"is.cir" %% "ciris" % "1.2.1",

0 commit comments

Comments
 (0)