summaryrefslogtreecommitdiff
path: root/project.clj
diff options
context:
space:
mode:
Diffstat (limited to 'project.clj')
-rw-r--r--project.clj3
1 files changed, 2 insertions, 1 deletions
diff --git a/project.clj b/project.clj
index ff6e9ec..fa4fc6b 100644
--- a/project.clj
+++ b/project.clj
@@ -1,8 +1,9 @@
-(defproject clojure-sql "0.1.0"
+(defproject clojure-sql "0.1.1-SNAPSHOT"
:description "Relational algebra compiling down to SQL queries."
:url "https://bitbucket.org/czan/clojure-sql/"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.5.1"]]
+ :profiles {:dev {:dependencies [[midje "1.5.1"]]}}
:scm {:name "mercurial"
:url "https://bitbucket.org/czan/clojure-sql/"})