-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathproject.clj
30 lines (27 loc) · 1.18 KB
/
project.clj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
(defproject sossity "0.2.1-SNAPSHOT"
:description "FIXME: write description"
:url "http://example.com/FIXME"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:repositories [["jitpack" "https://jitpack.io"]]
:dependencies [[org.clojure/clojure "1.7.0"]
[aysylu/loom "0.5.4"]
[cheshire/cheshire "5.5.0"]
[traversy "0.4.0"]
[org.clojure/tools.cli "0.3.3"]
[org.clojure/tools.namespace "0.2.11"]
[org.slf4j/slf4j-nop "1.7.5"]
[commons-io/commons-io "2.4"]
[org.flatland/useful "0.11.3"]
[com.cemerick/pomegranate "0.3.0"]
[org.clojure/core.async "0.2.374"]
[com.github.22Acacia/angled-dream "-SNAPSHOT" :exclusions [org.clojure/clojure]]
[danlentz/clj-uuid "0.1.6"]
[prismatic/schema "1.0.4"]
[pandect "0.5.4"]
[digest "1.4.4"]
[com.rpl/specter "0.9.2"]
[clj-time "0.11.0"]]
:plugins [[lein-cljfmt "0.3.0"]]
:main sossity.core
:aot [sossity.core])