summaryrefslogtreecommitdiff
path: root/project.clj
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2012-02-22 00:19:51 +0100
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2012-02-22 00:19:51 +0100
commit3539550b9169817781ecdec9e8429fbef6b57b94 (patch)
tree11b77909e3d4f3097c7b929eacbdcf338af23242 /project.clj
parent15fd33bdd96c8ce1b0b992785cfffdf5ec5241b4 (diff)
Reintroduce ClojureQL dependency.
Diffstat (limited to 'project.clj')
-rw-r--r--project.clj1
1 files changed, 1 insertions, 0 deletions
diff --git a/project.clj b/project.clj
index 13e71a4..9d643a4 100644
--- a/project.clj
+++ b/project.clj
@@ -26,6 +26,7 @@
[cssgen "0.2.5"]
;; Relational database access
+ [clojureql "1.0.3"]
[korma "0.2.1"]
[postgresql "9.0-801.jdbc4"]
[org.clojure/java.jdbc "0.1.1"]