aboutsummaryrefslogtreecommitdiff
path: root/docs/backends
diff options
context:
space:
mode:
authoradamw <adam@warski.org>2018-02-20 14:05:13 +0100
committeradamw <adam@warski.org>2018-02-20 14:05:13 +0100
commitb1f389642cb30aafd804b008022fe96887b67a8c (patch)
treeb31552e5548d6ba41917a8f6cf54341cd8987506 /docs/backends
parent7aee6a24cd71ab6d791e6d0e62a1c98a53bc464c (diff)
downloadsttp-b1f389642cb30aafd804b008022fe96887b67a8c.tar.gz
sttp-b1f389642cb30aafd804b008022fe96887b67a8c.tar.bz2
sttp-b1f389642cb30aafd804b008022fe96887b67a8c.zip
Setting version to 1.1.6v1.1.6
Diffstat (limited to 'docs/backends')
-rw-r--r--docs/backends/akkahttp.rst2
-rw-r--r--docs/backends/asynchttpclient.rst8
-rw-r--r--docs/backends/brave.rst2
-rw-r--r--docs/backends/okhttp.rst4
4 files changed, 8 insertions, 8 deletions
diff --git a/docs/backends/akkahttp.rst b/docs/backends/akkahttp.rst
index 069af69..9177f61 100644
--- a/docs/backends/akkahttp.rst
+++ b/docs/backends/akkahttp.rst
@@ -5,7 +5,7 @@ akka-http backend
To use, add the following dependency to your project::
- "com.softwaremill.sttp" %% "akka-http-backend" % "1.1.5"
+ "com.softwaremill.sttp" %% "akka-http-backend" % "1.1.6"
This backend depends on `akka-http <http://doc.akka.io/docs/akka-http/current/scala/http/>`_. A fully **asynchronous** backend. Sending a request returns a response wrapped in a ``Future``.
diff --git a/docs/backends/asynchttpclient.rst b/docs/backends/asynchttpclient.rst
index a49d3e1..cf4dc19 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.5"
+ "com.softwaremill.sttp" %% "async-http-client-backend-future" % "1.1.6"
// or
- "com.softwaremill.sttp" %% "async-http-client-backend-scalaz" % "1.1.5"
+ "com.softwaremill.sttp" %% "async-http-client-backend-scalaz" % "1.1.6"
// or
- "com.softwaremill.sttp" %% "async-http-client-backend-monix" % "1.1.5"
+ "com.softwaremill.sttp" %% "async-http-client-backend-monix" % "1.1.6"
// or
- "com.softwaremill.sttp" %% "async-http-client-backend-cats" % "1.1.5"
+ "com.softwaremill.sttp" %% "async-http-client-backend-cats" % "1.1.6"
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
diff --git a/docs/backends/brave.rst b/docs/backends/brave.rst
index a71db00..1d01f8a 100644
--- a/docs/backends/brave.rst
+++ b/docs/backends/brave.rst
@@ -5,7 +5,7 @@ brave backend
To use, add the following dependency to your project::
- "com.softwaremill.sttp" %% "brave-backend" % "1.1.5"
+ "com.softwaremill.sttp" %% "brave-backend" % "1.1.6"
This backend depends on `brave <https://github.com/openzipkin/brave>`_, a distributed tracing implementation compatible with Zipkin backend services.
diff --git a/docs/backends/okhttp.rst b/docs/backends/okhttp.rst
index 486c63e..d62b29b 100644
--- a/docs/backends/okhttp.rst
+++ b/docs/backends/okhttp.rst
@@ -3,9 +3,9 @@ OkHttp backend
To use, add the following dependency to your project::
- "com.softwaremill.sttp" %% "okhttp-backend" % "1.1.5"
+ "com.softwaremill.sttp" %% "okhttp-backend" % "1.1.6"
// or, for the monix version:
- "com.softwaremill.sttp" %% "okhttp-backend-monix" % "1.1.5"
+ "com.softwaremill.sttp" %% "okhttp-backend-monix" % "1.1.6"
This backend depends on `OkHttp <http://square.github.io/okhttp/>`_, and offers: