From 1fb52ae059b596ada2d4c6224515460adaa5920c Mon Sep 17 00:00:00 2001 From: "Yann Esposito (Yogsototh)" Date: Mon, 13 Jun 2016 19:00:10 +0200 Subject: [PATCH] updated README --- README.md | 2 +- project.clj | 4 ++-- src/leiningen/kibit.clj | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3c88ece..b757113 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # lein-kibit -See [kibit](https://github.com/jonase/kibit) for instructions on how +See [kibit](https://github.com/yogsototh/kibit) for instructions on how to install and use this plugin. ## License diff --git a/project.clj b/project.clj index 7d63912..d63a2d8 100644 --- a/project.clj +++ b/project.clj @@ -1,8 +1,8 @@ -(defproject yogsototh/lein-kibit "0.1.3" +(defproject yogsototh/lein-kibit "0.1.4" :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.3"] + :dependencies [[yogsototh/kibit "0.1.4"] [org.clojure/tools.namespace "0.2.11"]] :eval-in-leiningen true) diff --git a/src/leiningen/kibit.clj b/src/leiningen/kibit.clj index 90bd38e..57c1c59 100644 --- a/src/leiningen/kibit.clj +++ b/src/leiningen/kibit.clj @@ -7,7 +7,7 @@ (defn ^:no-project-needed kibit [project & args] (let [src-paths (get-in project [:kibit :source-paths] ["rules"]) - kibit-project `{:dependencies [[jonase/kibit "0.1.2"]] + kibit-project `{:dependencies [[yogsototh/kibit "0.1.4"]] :source-paths ~src-paths} paths (filter some? (concat (:source-paths project)