diff --git a/README.md b/README.md index 5274135..edee678 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ delimc ---- -A delimited continuations library for Clojure 1.2.0 (and 1.3.0). Portions based on cl-cont by Slava Akhmechet (http://defmacro.org). +A delimited continuations library for Clojure 1.4.0 (and 1.3.0). Portions based on cl-cont by Slava Akhmechet (http://defmacro.org). ```clj (def cont1 (atom nil)) diff --git a/project.clj b/project.clj index 89ea442..7a93edf 100644 --- a/project.clj +++ b/project.clj @@ -1,5 +1,3 @@ (defproject delimc "0.1.0" :description "Delimited Continuations for Clojure" - :dependencies [[org.clojure/clojure "1.2.0"]] - :dev-dependencies [[swank-clojure "1.3.0"] - [lein-clojars "0.6.0"]]) + :dependencies [[org.clojure/clojure "1.4.0"]])