forked from budu/lobos
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.clj
More file actions
16 lines (16 loc) · 747 Bytes
/
Copy pathproject.clj
File metadata and controls
16 lines (16 loc) · 747 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
(defproject lobos "1.0.0-SNAPSHOT"
:description
"A library to create and manipulate SQL database schemas."
:dependencies [[org.clojure/clojure "1.3.0"]
[org.clojure/java.jdbc "0.1.1"]
[org.clojure/tools.macro "0.1.1"]]
:dev-dependencies [[lein-clojars "0.7.0"]
[lein-marginalia "0.6.1"]
[lein-multi "1.1.0"]
[cljss "0.1.1"]
[hiccup "0.3.1"]
[com.h2database/h2 "1.3.160"]]
:multi-deps {"1.2" [[org.clojure/clojure "1.2.1"]
[org.clojure/java.jdbc "0.1.1"]
[org.clojure/tools.macro "0.1.1"]]}
:jar-exclusions [#"www.clj" #"config.clj" #"migrations.clj"])