From e3e3337f74f166b48a2a50f3ba126a8791badf64 Mon Sep 17 00:00:00 2001 From: Yaw Anokwa Date: Fri, 9 Aug 2019 12:18:02 -0700 Subject: [PATCH] Clarify minimum required version --- README.md | 2 +- build.properties | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 build.properties diff --git a/README.md b/README.md index 19e8bd35..ffd82dcc 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Please note that this project is not actively maintained. gem install s3_website s3_website needs both [Ruby](https://www.ruby-lang.org/en/downloads/) -and [Java](http://java.com) to run. (S3_website is partly written in Scala, hence the need for Java.) +and [Java](http://java.com) to run. (S3_website is partly written in Scala, hence the need for Java 1.8 or later.) ## Usage diff --git a/build.properties b/build.properties deleted file mode 100644 index ac716173..00000000 --- a/build.properties +++ /dev/null @@ -1 +0,0 @@ -sbt.version=0.13.2 \ No newline at end of file