From da742e61a049f0474bdf341cb76b9ae0504569c2 Mon Sep 17 00:00:00 2001 From: adamw Date: Mon, 27 Nov 2017 22:01:20 +0100 Subject: Setting version to 1.1.0 --- docs/backends/asynchttpclient.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/backends/asynchttpclient.rst') diff --git a/docs/backends/asynchttpclient.rst b/docs/backends/asynchttpclient.rst index 8eeba79..13c68f0 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.0.6" + "com.softwaremill.sttp" %% "async-http-client-backend-future" % "1.1.0" // or - "com.softwaremill.sttp" %% "async-http-client-backend-scalaz" % "1.0.6" + "com.softwaremill.sttp" %% "async-http-client-backend-scalaz" % "1.1.0" // or - "com.softwaremill.sttp" %% "async-http-client-backend-monix" % "1.0.6" + "com.softwaremill.sttp" %% "async-http-client-backend-monix" % "1.1.0" // or - "com.softwaremill.sttp" %% "async-http-client-backend-cats" % "1.0.6" + "com.softwaremill.sttp" %% "async-http-client-backend-cats" % "1.1.0" This backend depends on `async-http-client `_. A fully **asynchronous** backend, which uses `Netty `_ behind the -- cgit v1.2.3