Skip to content

Commit

Permalink
Merge pull request #1761 from williamhaw/patch-1
Browse files Browse the repository at this point in the history
Fix artifact name for tapir-zio-http-server dependency
  • Loading branch information
adamw authored Jan 17, 2022
2 parents 06d8881 + d294615 commit cfe4e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/server/ziohttp.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You'll need the following dependency for the `ZServerEndpoint` type alias and he
or just add the zio-http integration which already depends on `tapir-zio`:

```scala
"com.softwaremill.sttp.tapir" %% "tapir-zio-http" % "@VERSION@"
"com.softwaremill.sttp.tapir" %% "tapir-zio-http-server" % "@VERSION@"
```

Next, instead of the usual `import sttp.tapir._`, you should import (or extend the `ZTapir` trait, see [MyTapir](../mytapir.md)):
Expand Down

0 comments on commit cfe4e8c

Please sign in to comment.