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 eeb4674 commit ecc9733Copy full SHA for ecc9733
build.sbt
@@ -279,8 +279,8 @@ lazy val zioHttpBenchmarks = (project in file("zio-http-benchmarks"))
279
.settings(
280
libraryDependencies ++= Seq(
281
// "com.softwaremill.sttp.tapir" %% "tapir-akka-http-server" % "1.1.0",
282
- "com.softwaremill.sttp.tapir" %% "tapir-http4s-server" % "1.13.9",
283
- "com.softwaremill.sttp.tapir" %% "tapir-json-circe" % "1.13.9",
+ "com.softwaremill.sttp.tapir" %% "tapir-http4s-server" % "1.13.10",
+ "com.softwaremill.sttp.tapir" %% "tapir-json-circe" % "1.13.10",
284
"com.softwaremill.sttp.client3" %% "core" % "3.11.0",
285
// "dev.zio" %% "zio-interop-cats" % "3.3.0",
286
"org.slf4j" % "slf4j-api" % "2.0.17",
0 commit comments