summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-02-07 22:07:37 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2016-02-07 22:07:37 +0200
commitf45fb3fb567c8f9af4645c7b872cc33a48903dc9 (patch)
tree8567e7c98d9494b1a8ce67a9c25a444ceb2f77cb /README.md
parent56ca472d5f23409552ecc0a3dbe2ab06654ffc89 (diff)
Mention supported Java versions in the readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7323e093..ceff51d7 100644
--- a/README.md
+++ b/README.md
@@ -169,8 +169,8 @@ release). If you're new to Emacs you might want to read
[this tutorial](http://clojure-doc.org/articles/tutorials/emacs.html),
dedicated to setting up Emacs for Clojure development, first.
-CIDER officially supports Emacs 24.3+ and Clojure(Script) 1.7+.
-CIDER 0.10 was the final release which supported Clojure 1.5 and 1.6.
+CIDER officially supports Emacs 24.3+, Java 7+ and Clojure(Script) 1.7+.
+CIDER 0.10 was the final release which supported Java 6 and Clojure 1.5 and 1.6.
You'll also need a recent version of your favorite build tool (Leiningen, Boot
or Gradle) to be able to start CIDER via `cider-jack-in`. Generally it's a good