leiningen/test_projects/sample-failing/project.clj
2014-03-13 20:24:42 -05:00

8 lines
342 B
Clojure

;; This project is used for leiningen's test suite, so don't change
;; any of these values without updating the relevant tests. If you
;; just want a basic project to work from, generate a new one with
;; "lein new".
(defproject nomnomnom "0.5.0-SNAPSHOT"
:dependencies [[~(symbol "org.clojure" "clojure") ~"1.1.0"]]
:aot [nom.nom.nom])