summaryrefslogtreecommitdiff
path: root/doc/faq.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-06-18 07:54:20 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2018-06-18 07:54:20 +0300
commitd277e8f44a9ea82baeffd30235ec0f035febb442 (patch)
treecf763ca736facfeed410969a7c2b311c49451d22 /doc/faq.md
parentcac491680ad533d341eda467179e95b4da431340 (diff)
Update the requirements
Diffstat (limited to 'doc/faq.md')
-rw-r--r--doc/faq.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/faq.md b/doc/faq.md
index 04f1f303..84ffc39d 100644
--- a/doc/faq.md
+++ b/doc/faq.md
@@ -8,8 +8,12 @@ Yes.
## What are CIDER's installation prerequisites?
-CIDER officially supports Emacs 24.4+, 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.
+CIDER officially supports Emacs 25.1+, Java 8+ and Clojure(Script) 1.8+.
+
+
+!!! note
+
+ CIDER 0.17 was the final release which supported Java 7 and Clojure(Script) 1.7.
## What's the relationship between CIDER and nrepl.el?