forked from yogthos/migratus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.clj
More file actions
14 lines (14 loc) · 688 Bytes
/
project.clj
File metadata and controls
14 lines (14 loc) · 688 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
(defproject migratus "1.0.0"
:description "MIGRATE ALL THE THINGS!"
:url "https://github.com/yogthos/migratus"
:license {:name "Apache License, Version 2.0"
:url "http://www.apache.org/licenses/LICENSE-2.0.html"
:distribution :repo}
:aliases {"test!" ["do" "clean," "test"]}
:dependencies [[org.clojure/clojure "1.6.0"]
[org.clojure/java.classpath "0.2.3"]
[org.clojure/java.jdbc "0.7.1"]
[org.clojure/tools.logging "0.3.1"]]
:profiles {:dev {:dependencies [[jar-migrations "1.0.0"]
[log4j "1.2.17"]
[com.h2database/h2 "1.4.190"]]}})