diff --git a/project.clj b/project.clj index ed17346..09b9890 100644 --- a/project.clj +++ b/project.clj @@ -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]]]) diff --git a/src/path_to_enlightenment.clj b/src/path_to_enlightenment.clj index 054e640..963e469 100644 --- a/src/path_to_enlightenment.clj +++ b/src/path_to_enlightenment.clj @@ -54,6 +54,7 @@ (drop 3) (apply hash-map) :dependencies + (map (fn [xs] (vec (take 2 xs)))) (into {}) ('org.clojure/clojure))] (map read-string