lein-kibit/project.clj
2016-06-13 19:34:58 +02:00

8 lines
357 B
Clojure

(defproject yogsototh/lein-kibit "0.1.5"
:description "kibit lein plugin"
:url "https://github.com/yogsototh/lein-kibit"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[yogsototh/kibit "0.1.5"]
[org.clojure/tools.namespace "0.2.11"]]
:eval-in-leiningen true)