Fix clojure version parsing, due to the junit exclusion.

This commit is contained in:
Colin Jones 2011-04-13 19:19:50 -05:00
parent d224979625
commit 99eb97266c
2 changed files with 2 additions and 1 deletions

View File

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

View File

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