Fix clojure version parsing, due to the junit exclusion.

master
Colin Jones 13 years ago
parent d224979625
commit 99eb97266c

@ -1,4 +1,4 @@
(defproject functional-koans "0.3.6"
(defproject functional-koans "0.3.7"
:description "The functional koans"
:dependencies [[org.clojure/clojure "1.3.0-alpha6"]
[jline "0.9.94" :exclusions [junit]]])

@ -54,6 +54,7 @@
(drop 3)
(apply hash-map)
:dependencies
(map (fn [xs] (vec (take 2 xs))))
(into {})
('org.clojure/clojure))]
(map read-string

Loading…
Cancel
Save