From 6e109a964383bfe5e2be04f65fa7cc1356a97cbe Mon Sep 17 00:00:00 2001 From: adamw Date: Tue, 17 Oct 2017 17:28:50 +0200 Subject: More docs --- docs/backends/asynchttpclient.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/backends/asynchttpclient.rst') diff --git a/docs/backends/asynchttpclient.rst b/docs/backends/asynchttpclient.rst index cd359b1..8408175 100644 --- a/docs/backends/asynchttpclient.rst +++ b/docs/backends/asynchttpclient.rst @@ -19,7 +19,7 @@ The responses are wrapped depending on the dependency chosen in either a: * standard Scala ``Future`` * `Scalaz `_ ``Task``. There's a transitive dependency on ``scalaz-concurrent``. -* `Monix `_ ``Task``. There's a transitive dependency on ``monix-eval``. * Any type implementing the `Cats Effect `_ ``Async`` typeclass, such as ``cats.effect.IO``. There's a transitive dependency on ``cats-effect``. Next you'll need to add an implicit value:: -- cgit v1.2.3