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}