2016-06-07 23:58:39 +00:00
|
|
|
(defproject honeysql "0.7.0"
|
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"}
|
2016-02-09 20:08:26 +00:00
|
|
|
:dependencies [[org.clojure/clojure "1.8.0"]])
|