aboutsummaryrefslogtreecommitdiff
path: root/docs/backends/asynchttpclient.rst
diff options
context:
space:
mode:
authoradamw <adam@warski.org>2018-03-22 17:50:45 +0100
committeradamw <adam@warski.org>2018-03-22 17:50:45 +0100
commit232c0a3c7128e97dea821af605231ce9a8fe1858 (patch)
tree2b6f811a4c539030095ab7957c2b355fa6de50f3 /docs/backends/asynchttpclient.rst
parentd06c93b7691dec9b79e36c675440cfd28e93975c (diff)
downloadsttp-232c0a3c7128e97dea821af605231ce9a8fe1858.tar.gz
sttp-232c0a3c7128e97dea821af605231ce9a8fe1858.tar.bz2
sttp-232c0a3c7128e97dea821af605231ce9a8fe1858.zip
Setting version to 1.1.11v1.1.11
Diffstat (limited to 'docs/backends/asynchttpclient.rst')
-rw-r--r--docs/backends/asynchttpclient.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/backends/asynchttpclient.rst b/docs/backends/asynchttpclient.rst
index fdd25d8..24be915 100644
--- a/docs/backends/asynchttpclient.rst
+++ b/docs/backends/asynchttpclient.rst
@@ -3,13 +3,13 @@ async-http-client backend
To use, add the following dependency to your project::
- "com.softwaremill.sttp" %% "async-http-client-backend-future" % "1.1.10"
+ "com.softwaremill.sttp" %% "async-http-client-backend-future" % "1.1.11"
// or
- "com.softwaremill.sttp" %% "async-http-client-backend-scalaz" % "1.1.10"
+ "com.softwaremill.sttp" %% "async-http-client-backend-scalaz" % "1.1.11"
// or
- "com.softwaremill.sttp" %% "async-http-client-backend-monix" % "1.1.10"
+ "com.softwaremill.sttp" %% "async-http-client-backend-monix" % "1.1.11"
// or
- "com.softwaremill.sttp" %% "async-http-client-backend-cats" % "1.1.10"
+ "com.softwaremill.sttp" %% "async-http-client-backend-cats" % "1.1.11"
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