From bb0a16a202916c9093cab1ada2e35a986b657b8c Mon Sep 17 00:00:00 2001 From: Omar Alejandro Mainegra Sarduy Date: Mon, 28 Aug 2017 11:31:26 -0400 Subject: Notice that sttp can be used with Java 7 by using OkHttp backends --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3