Skip to content

Commit

Permalink
Update tapir-http4s-server, ... to 1.2.10 (zio#2034)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Mar 11, 2023
1 parent e26e901 commit c1ff62b
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 @@ -118,8 +118,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.2.9",
"com.softwaremill.sttp.tapir" %% "tapir-json-circe" % "1.2.9",
"com.softwaremill.sttp.tapir" %% "tapir-http4s-server" % "1.2.10",
"com.softwaremill.sttp.tapir" %% "tapir-json-circe" % "1.2.10",
// "dev.zio" %% "zio-interop-cats" % "3.3.0",
),
)
Expand Down

0 comments on commit c1ff62b

Please sign in to comment.