From 05384a9f2d7ffcb28a742187df50cbc0d306a145 Mon Sep 17 00:00:00 2001 From: Josha von Gizycki Date: Thu, 20 Sep 2018 14:52:01 +0200 Subject: [PATCH] add lein-ancient --- project.clj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 034b2cb..d0619dc 100644 --- a/project.clj +++ b/project.clj @@ -21,7 +21,8 @@ [ring/ring-mock "0.3.2"]] :plugins [[joshavg/lein-neo4j "0.3.0"] [lein-less "1.7.5"] - [lein-ring "0.9.7"]]} + [lein-ring "0.9.7"] + [lein-ancient "0.6.15"]]} :uberjar {:aot :all}} :ring {:handler wanijo.handler/app}