aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorOmar Alejandro Mainegra Sarduy <omainegra@gmail.com>2017-08-28 11:31:26 -0400
committerOmar Alejandro Mainegra Sarduy <omainegra@gmail.com>2017-08-28 11:31:26 -0400
commitbb0a16a202916c9093cab1ada2e35a986b657b8c (patch)
tree88f43543b13fb040c93d20d22dd0db5b73c6397b /README.md
parent65a651253ef4ffd268f978298d404bb21bbca90c (diff)
downloadsttp-bb0a16a202916c9093cab1ada2e35a986b657b8c.tar.gz
sttp-bb0a16a202916c9093cab1ada2e35a986b657b8c.tar.bz2
sttp-bb0a16a202916c9093cab1ada2e35a986b657b8c.zip
Notice that sttp can be used with Java 7 by using OkHttp backends
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b5a3179..c457e8d 100644
--- a/README.md
+++ b/README.md
@@ -73,7 +73,7 @@ SBT dependency:
"com.softwaremill.sttp" %% "core" % "0.0.6"
```
-`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)