-
Notifications
You must be signed in to change notification settings - Fork 10
/
project.clj
14 lines (14 loc) · 818 Bytes
/
project.clj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
(defproject polylith/lein-polylith "0.2.4"
:description "Polylith - a component based architecture, by Joakim Tengstrand."
:url "https://github.com/tengstrand/lein-polylith"
:license {:name "Eclipse Public License",
:url "http://www.eclipse.org/legal/epl-v10.html"}
:scm {:name "git", :url "https://github.com/tengstrand/lein-polylith"}
:deploy-repositories [["clojars" {:url "https://clojars.org/repo/",
:username :env/clojars_username,
:password :env/clojars_password,
:sign-releases false}]]
:dependencies [[clojure-future-spec "1.9.0-alpha17"]
[zprint "0.4.15"]
[org.freemarker/freemarker "2.3.28"]]
:eval-in-leiningen true)