Skip to content

Commit

Permalink
Update tapir-http4s-server, ... to 1.11.17
Browse files Browse the repository at this point in the history
  • Loading branch information
zio-scala-steward[bot] committed Mar 5, 2025
1 parent 4e4e4fb commit 9f78e61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,8 @@ lazy val zioHttpBenchmarks = (project in file("zio-http-benchmarks"))
.settings(
libraryDependencies ++= Seq(
// "com.softwaremill.sttp.tapir" %% "tapir-akka-http-server" % "1.1.0",
"com.softwaremill.sttp.tapir" %% "tapir-http4s-server" % "1.11.16",
"com.softwaremill.sttp.tapir" %% "tapir-json-circe" % "1.11.16",
"com.softwaremill.sttp.tapir" %% "tapir-http4s-server" % "1.11.17",
"com.softwaremill.sttp.tapir" %% "tapir-json-circe" % "1.11.17",
"com.softwaremill.sttp.client3" %% "core" % "3.10.3",
// "dev.zio" %% "zio-interop-cats" % "3.3.0",
"org.slf4j" % "slf4j-api" % "2.0.17",
Expand Down

2 comments on commit 9f78e61

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀 : Performance Benchmarks (PlainTextBenchmarkServer)

concurrency: 256
requests/sec: 363593

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀 : Performance Benchmarks (SimpleEffectBenchmarkServer)

concurrency: 256
requests/sec: 363659

Please sign in to comment.