lein-kibit/project.clj
Fraz 89f60dd372 Pass source-paths to kibit.driver/run
Rather than the complete project, also ups the version to 0.0.9-SNAPSHOT
for lein-kibit and the dependency kibit for consistency
2013-09-25 15:58:21 +01:00

7 lines
303 B
Clojure

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