aboutsummaryrefslogtreecommitdiff
path: root/docs/backends/asynchttpclient.rst
diff options
context:
space:
mode:
authoradamw <adam@warski.org>2018-05-13 10:50:30 +0200
committeradamw <adam@warski.org>2018-05-13 10:50:30 +0200
commitdcbbd1b630322f9d93bbd2280a8dae49b3340cef (patch)
tree990c7936679a04f1623c84f7c18cfe723975202b /docs/backends/asynchttpclient.rst
parent8cdba11e455cff937d57fa96656ba62bc4efa707 (diff)
downloadsttp-dcbbd1b630322f9d93bbd2280a8dae49b3340cef.tar.gz
sttp-dcbbd1b630322f9d93bbd2280a8dae49b3340cef.tar.bz2
sttp-dcbbd1b630322f9d93bbd2280a8dae49b3340cef.zip
Setting version to 1.1.14v1.1.14
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 0132d54..7925e99 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.13"
+ "com.softwaremill.sttp" %% "async-http-client-backend-future" % "1.1.14"
// or
- "com.softwaremill.sttp" %% "async-http-client-backend-scalaz" % "1.1.13"
+ "com.softwaremill.sttp" %% "async-http-client-backend-scalaz" % "1.1.14"
// or
- "com.softwaremill.sttp" %% "async-http-client-backend-monix" % "1.1.13"
+ "com.softwaremill.sttp" %% "async-http-client-backend-monix" % "1.1.14"
// or
- "com.softwaremill.sttp" %% "async-http-client-backend-cats" % "1.1.13"
+ "com.softwaremill.sttp" %% "async-http-client-backend-cats" % "1.1.14"
// or
- "com.softwaremill.sttp" %% "async-http-client-backend-fs2" % "1.1.13"
+ "com.softwaremill.sttp" %% "async-http-client-backend-fs2" % "1.1.14"
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