aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authoradamw <adam@warski.org>2017-08-04 16:55:25 +0200
committeradamw <adam@warski.org>2017-08-04 16:55:25 +0200
commit5edb83d3e573aa277a267661e9f337f641b8ea35 (patch)
tree65c6f64b3c6bcf805f9c5332e6c69e985973bd3a /README.md
parent951a975ae80427b3b385a24c9e7a22330868caef (diff)
downloadsttp-5edb83d3e573aa277a267661e9f337f641b8ea35.tar.gz
sttp-5edb83d3e573aa277a267661e9f337f641b8ea35.tar.bz2
sttp-5edb83d3e573aa277a267661e9f337f641b8ea35.zip
Setting version to 0.0.5v0.0.5
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/README.md b/README.md
index 96f8d48..1bc88dd 100644
--- a/README.md
+++ b/README.md
@@ -59,7 +59,7 @@ If you are an [Ammonite](http://ammonite.io) user, you can quickly start
experimenting with sttp by copy-pasting the following:
```scala
-import $ivy.`com.softwaremill.sttp::core:0.0.4`
+import $ivy.`com.softwaremill.sttp::core:0.0.5`
import com.softwaremill.sttp._
implicit val handler = HttpURLConnectionSttpHandler
sttp.get(uri"http://httpbin.org/ip").send()
@@ -70,7 +70,7 @@ sttp.get(uri"http://httpbin.org/ip").send()
SBT dependency:
```scala
-"com.softwaremill.sttp" %% "core" % "0.0.4"
+"com.softwaremill.sttp" %% "core" % "0.0.5"
```
`sttp` is available for Scala 2.11 and 2.12, and requires Java 8. The core
@@ -208,7 +208,7 @@ implicit val sttpHandler = HttpURLConnectionSttpHandler
To use, add the following dependency to your project:
```scala
-"com.softwaremill.sttp" %% "akka-http-handler" % "0.0.4"
+"com.softwaremill.sttp" %% "akka-http-handler" % "0.0.5"
```
This handler depends on [akka-http](http://doc.akka.io/docs/akka-http/current/scala/http/).
@@ -267,13 +267,13 @@ val response: Future[Response[Source[ByteString, Any]]] =
To use, add the following dependency to your project:
```scala
-"com.softwaremill.sttp" %% "async-http-client-handler-future" % "0.0.4"
+"com.softwaremill.sttp" %% "async-http-client-handler-future" % "0.0.5"
// or
-"com.softwaremill.sttp" %% "async-http-client-handler-scalaz" % "0.0.4"
+"com.softwaremill.sttp" %% "async-http-client-handler-scalaz" % "0.0.5"
// or
-"com.softwaremill.sttp" %% "async-http-client-handler-monix" % "0.0.4"
+"com.softwaremill.sttp" %% "async-http-client-handler-monix" % "0.0.5"
// or
-"com.softwaremill.sttp" %% "async-http-client-handler-cats" % "0.0.4"
+"com.softwaremill.sttp" %% "async-http-client-handler-cats" % "0.0.5"
```
This handler depends on [async-http-client](https://github.com/AsyncHttpClient/async-http-client).
@@ -355,7 +355,7 @@ val response: Task[Response[Observable[ByteBuffer]]] =
To use, add the following dependency to your project:
```scala
-"com.softwaremill.sttp" %% "okhttp-client-handler" % "0.0.4"
+"com.softwaremill.sttp" %% "okhttp-client-handler" % "0.0.5"
```
This handler depends on [OkHttp](http://square.github.io/okhttp/), and offers