leiningen/test_projects/sample-reader-cond/project.clj
Jean Niklas L'orange 51f80c1298 Clojure 1.8.0
2016-01-21 11:08:58 +01:00

10 lines
386 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 [[org.clojure/clojure "1.8.0"]
[janino "2.5.15"]]
:aot :all
:uberjar-exclusions [#"DUMMY"])