Fix clojure version parsing, due to the junit exclusion.
This commit is contained in:
parent
d224979625
commit
99eb97266c
@ -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]]])
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user