From 99eb97266ceef6c84acc7fd314ea297c57e8af76 Mon Sep 17 00:00:00 2001 From: Colin Jones Date: Wed, 13 Apr 2011 19:19:50 -0500 Subject: [PATCH] Fix clojure version parsing, due to the junit exclusion. --- project.clj | 2 +- src/path_to_enlightenment.clj | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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