aboutsummaryrefslogtreecommitdiff
path: root/docs/backends/asynchttpclient.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/backends/asynchttpclient.rst')
-rw-r--r--docs/backends/asynchttpclient.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/backends/asynchttpclient.rst b/docs/backends/asynchttpclient.rst
index d8fabb5..0132d54 100644
--- a/docs/backends/asynchttpclient.rst
+++ b/docs/backends/asynchttpclient.rst
@@ -3,15 +3,15 @@ async-http-client backend
To use, add the following dependency to your project::
- "com.softwaremill.sttp" %% "async-http-client-backend-future" % "1.1.12"
+ "com.softwaremill.sttp" %% "async-http-client-backend-future" % "1.1.13"
// or
- "com.softwaremill.sttp" %% "async-http-client-backend-scalaz" % "1.1.12"
+ "com.softwaremill.sttp" %% "async-http-client-backend-scalaz" % "1.1.13"
// or
- "com.softwaremill.sttp" %% "async-http-client-backend-monix" % "1.1.12"
+ "com.softwaremill.sttp" %% "async-http-client-backend-monix" % "1.1.13"
// or
- "com.softwaremill.sttp" %% "async-http-client-backend-cats" % "1.1.12"
+ "com.softwaremill.sttp" %% "async-http-client-backend-cats" % "1.1.13"
// or
- "com.softwaremill.sttp" %% "async-http-client-backend-fs2" % "1.1.12"
+ "com.softwaremill.sttp" %% "async-http-client-backend-fs2" % "1.1.13"
This backend depends on `async-http-client <https://github.com/AsyncHttpClient/async-http-client>`_.
A fully **asynchronous** backend, which uses `Netty <http://netty.io>`_ behind the