lein-kibit/project.clj

9 lines
357 B
Clojure
Raw Permalink Normal View History

2016-06-13 17:34:58 +00:00
(defproject yogsototh/lein-kibit "0.1.5"
2012-11-11 13:47:07 +00:00
:description "kibit lein plugin"
2016-06-13 16:39:00 +00:00
:url "https://github.com/yogsototh/lein-kibit"
2012-11-11 13:47:07 +00:00
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
2016-06-13 17:34:58 +00:00
:dependencies [[yogsototh/kibit "0.1.5"]
[org.clojure/tools.namespace "0.2.11"]]
:eval-in-leiningen true)