leiningen/test_projects/with-aliases2/project.clj

9 lines
301 B
Clojure
Raw Normal View History

2014-09-15 19:57:48 +00:00
;; 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 project-with-aliases "0.1.0-SNAPSHOT"
:a 1
:profiles {:a2 {:a 2}})