looks like leiningen 1.1 no longer includes current dir in classpath
This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
			
		||||
(defproject functional-koans "0.0.1"
 | 
			
		||||
  :description "The functional koans"
 | 
			
		||||
  :script "koans/path_to_enlightenment.clj"
 | 
			
		||||
  :script "path_to_enlightenment.clj"
 | 
			
		||||
  :dependencies [[org.clojure/clojure "1.1.0"]
 | 
			
		||||
                 [org.clojure/clojure-contrib "1.0-SNAPSHOT"]
 | 
			
		||||
                 [org.clojure/swank-clojure "1.0"]
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user