From a8c5a9f6b172a3467a26b184ccb02a5497ba3d75 Mon Sep 17 00:00:00 2001 From: adamw Date: Sun, 11 Mar 2018 10:48:52 -0500 Subject: Setting version to 1.1.10 --- 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 fd63459..fdd25d8 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.9" + "com.softwaremill.sttp" %% "async-http-client-backend-future" % "1.1.10" // or - "com.softwaremill.sttp" %% "async-http-client-backend-scalaz" % "1.1.9" + "com.softwaremill.sttp" %% "async-http-client-backend-scalaz" % "1.1.10" // or - "com.softwaremill.sttp" %% "async-http-client-backend-monix" % "1.1.9" + "com.softwaremill.sttp" %% "async-http-client-backend-monix" % "1.1.10" // or - "com.softwaremill.sttp" %% "async-http-client-backend-cats" % "1.1.9" + "com.softwaremill.sttp" %% "async-http-client-backend-cats" % "1.1.10" This backend depends on `async-http-client `_. A fully **asynchronous** backend, which uses `Netty `_ behind the -- cgit v1.2.3