From 7fc9e75a0aa0ef20a9f888002b26a7549e457360 Mon Sep 17 00:00:00 2001 From: Nikita Prokopov Date: Mon, 25 May 2015 00:44:00 +0600 Subject: [PATCH] updated requirements --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b1ea193..c17cddaf 100644 --- a/README.md +++ b/README.md @@ -46,12 +46,15 @@ For more examples, see [our acceptance test suite](test/datascript/test/). ```clj :dependencies [ + [org.clojure/clojure "1.7.0-beta2"] [org.clojure/clojurescript "0.0-3211"] [datascript "0.11.2"] ] ``` -_Note:_ DataScript 0.11.2 and later will only work with CLJS 0.0-3196 and later +_Note:_ DataScript 0.11.2 and later requires Clojure 1.7.0-beta2 or later + +_Note:_ DataScript 0.11.0 and later will only work with CLJS 0.0-3196 and later ```clj (require '[datascript :as d])