aboutsummaryrefslogtreecommitdiff
path: root/docs/backends/asynchttpclient.rst
diff options
context:
space:
mode:
authoradamw <adam@warski.org>2018-03-08 16:07:42 -0600
committeradamw <adam@warski.org>2018-03-08 16:07:42 -0600
commit67f033b55088a7c76f088d4da241feae382c29e0 (patch)
tree15739b05d1cf028f8bd8acedf70a84048d978915 /docs/backends/asynchttpclient.rst
parentf5bac56b61296292bfea8f56ce3fde2b856d3502 (diff)
downloadsttp-67f033b55088a7c76f088d4da241feae382c29e0.tar.gz
sttp-67f033b55088a7c76f088d4da241feae382c29e0.tar.bz2
sttp-67f033b55088a7c76f088d4da241feae382c29e0.zip
Setting version to 1.1.9v1.1.9
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 579c6ff..fd63459 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.8"
+ "com.softwaremill.sttp" %% "async-http-client-backend-future" % "1.1.9"
// or
- "com.softwaremill.sttp" %% "async-http-client-backend-scalaz" % "1.1.8"
+ "com.softwaremill.sttp" %% "async-http-client-backend-scalaz" % "1.1.9"
// or
- "com.softwaremill.sttp" %% "async-http-client-backend-monix" % "1.1.8"
+ "com.softwaremill.sttp" %% "async-http-client-backend-monix" % "1.1.9"
// or
- "com.softwaremill.sttp" %% "async-http-client-backend-cats" % "1.1.8"
+ "com.softwaremill.sttp" %% "async-http-client-backend-cats" % "1.1.9"
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