Skip to content

Commit

Permalink
Fix dependency coordinates
Browse files Browse the repository at this point in the history
  • Loading branch information
adamw committed Jun 19, 2024
1 parent 61c9450 commit 5b85646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/server/http4s.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ The http4s interpreter accepts streaming bodies of type `Stream[F, Byte]`, as de
capability. Both response bodies and request bodies can be streamed. Usage: `streamBody(Fs2Streams[F])(schema, format)`.

The capability can be added to the classpath independently of the interpreter through the
`"com.softwaremill.sttp.shared" %% "http4s"` dependency.
`"com.softwaremill.sttp.shared" %% "fs2"` [dependency](https://mvnrepository.com/artifact/com.softwaremill.sttp.shared/fs2).

## Http4s backends

Expand Down

0 comments on commit 5b85646

Please sign in to comment.