We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d94ce80 commit 6051b46Copy full SHA for 6051b46
build.sbt
@@ -254,8 +254,8 @@ lazy val zioHttpBenchmarks = (project in file("zio-http-benchmarks"))
254
.settings(
255
libraryDependencies ++= Seq(
256
// "com.softwaremill.sttp.tapir" %% "tapir-akka-http-server" % "1.1.0",
257
- "com.softwaremill.sttp.tapir" %% "tapir-http4s-server" % "1.11.43",
258
- "com.softwaremill.sttp.tapir" %% "tapir-json-circe" % "1.11.43",
+ "com.softwaremill.sttp.tapir" %% "tapir-http4s-server" % "1.11.44",
+ "com.softwaremill.sttp.tapir" %% "tapir-json-circe" % "1.11.44",
259
"com.softwaremill.sttp.client3" %% "core" % "3.11.0",
260
// "dev.zio" %% "zio-interop-cats" % "3.3.0",
261
"org.slf4j" % "slf4j-api" % "2.0.17",
0 commit comments