aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Warski <adam@warski.org>2017-08-28 21:06:38 +0200
committerGitHub <noreply@github.com>2017-08-28 21:06:38 +0200
commit2aa231b6e9a41454b2e972792b959431239bce5a (patch)
tree434815da1a784b0b24b88d7e990b7164439161b5
parent47c0a1adf9a17c1f17a1b43a58837df9998f49f6 (diff)
parentbb0a16a202916c9093cab1ada2e35a986b657b8c (diff)
downloadsttp-2aa231b6e9a41454b2e972792b959431239bce5a.tar.gz
sttp-2aa231b6e9a41454b2e972792b959431239bce5a.tar.bz2
sttp-2aa231b6e9a41454b2e972792b959431239bce5a.zip
Merge pull request #29 from omainegra/fix_readme_okhttp_java7
Notice that sttp can be used with Java 7 by using OkHttp backends
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 38ef42f..13606de 100644
--- a/README.md
+++ b/README.md
@@ -73,7 +73,7 @@ SBT dependency:
"com.softwaremill.sttp" %% "core" % "0.0.7"
```
-`sttp` is available for Scala 2.11 and 2.12, and requires Java 8. The core
+`sttp` is available for Scala 2.11 and 2.12, and requires Java 7 if using an `OkHttp` based backend, or Java 8 otherwise. The core
module has no transitive dependencies.
If you'd like to use an alternate backend, [see below](#supported-backends)