From c440e03ecf6c76c70f1fc927d39afe82ba3c0406 Mon Sep 17 00:00:00 2001 From: Josha von Gizycki Date: Tue, 16 Oct 2018 17:53:39 +0200 Subject: [PATCH] add kibit --- project.clj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 33a8ffe..a9970f4 100644 --- a/project.clj +++ b/project.clj @@ -27,7 +27,8 @@ [jonase/eastwood "0.3.1"] [lein-bikeshed "0.5.1"] [lein-cloverage "1.0.13"] - [cider/cider-nrepl "LATEST"]]} + [cider/cider-nrepl "LATEST"] + [lein-kibit "LATEST"]]} :uberjar {:aot :all}} :ring {:handler wanijo.handler/app}