forked from ninjudd/cake
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.clj
More file actions
17 lines (17 loc) · 802 Bytes
/
Copy pathproject.clj
File metadata and controls
17 lines (17 loc) · 802 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
(defproject cake "0.7.0"
:description "Save your fork, there's cake!"
:dependencies [[clojure "1.2.0"]
[uncle "0.2.3"]
[depot "0.1.8"]
[classlojure "0.6.3"]
[useful "0.7.4-alpha4"]
[slingshot "0.7.2"]
[org.clojure/tools.namespace "0.1.1" :exclusions [org.clojure/java.classpath]]
[org.clojars.ninjudd/java.classpath "0.1.2-SNAPSHOT"]
[org.clojars.ninjudd/data.xml "0.0.1-SNAPSHOT"]
[com.jcraft/jsch "0.1.42"]
[difform "1.1.2"]
[org.clojars.rosejn/clansi "1.2.0-SNAPSHOT" :exclusions [org.clojure/clojure]]
[clj-stacktrace "0.2.3"]
[sherlock "0.1.0-alpha3"]]
:copy-deps true)