2015-10-19 19:31:57 +00:00
|
|
|
(defproject honeysql "0.6.2"
|
2012-07-13 13:57:47 +00:00
|
|
|
:description "SQL as Clojure data structures"
|
2012-07-13 01:50:13 +00:00
|
|
|
:license {:name "Eclipse Public License"
|
|
|
|
|
:url "http://www.eclipse.org/legal/epl-v10.html"}
|
2015-03-12 21:34:28 +00:00
|
|
|
:url "https://github.com/jkk/honeysql"
|
2015-03-12 21:34:33 +00:00
|
|
|
:scm {:name "git"
|
|
|
|
|
:url "https://github.com/jkk/honeysql"}
|
2015-07-01 01:27:27 +00:00
|
|
|
:dependencies [[org.clojure/clojure "1.7.0"]])
|