Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonbloom committed Apr 24, 2012
1 parent 67db5c9 commit 8c6daca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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))
Expand Down
4 changes: 1 addition & 3 deletions 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"]])

0 comments on commit 8c6daca

Please sign in to comment.