leiningen/test_projects/sample-fixture-error/project.clj
2016-04-29 21:56:23 +00:00

7 lines
317 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 sample-fixture-error "0.1.0-SNAPSHOT"
:dependencies [[org.clojure/clojure "1.8.0"]])