Added leiningen-run to the project. Now you can run it with: lein run
This commit is contained in:
parent
fc23d58dda
commit
b02095fd7f
1 changed files with 4 additions and 2 deletions
|
|
@ -1,7 +1,9 @@
|
|||
(defproject functional-koans "0.0.1"
|
||||
:description "The functional koans"
|
||||
:script "koans/path_to_enlightenment.clj"
|
||||
:dependencies [[org.clojure/clojure "1.1.0"]
|
||||
[org.clojure/clojure-contrib "1.0-SNAPSHOT"]
|
||||
[jline "0.9.94"]]
|
||||
:dev-dependencies [[lein-clojars "0.5.0-SNAPSHOT"]]
|
||||
:namespaces [koans])
|
||||
:dev-dependencies [[lein-clojars "0.5.0-SNAPSHOT"]
|
||||
[leiningen-run "0.3"]]
|
||||
:namespaces [koans])
|
||||
|
|
|
|||
Loading…
Reference in a new issue