From 8511a68aaf726960f8bb8313e5864a073daac720 Mon Sep 17 00:00:00 2001 From: Peter Taoussanis Date: Sat, 12 Oct 2013 16:37:50 +0700 Subject: [PATCH] Update lein aliases --- project.clj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/project.clj b/project.clj index ab76245..07e09bf 100644 --- a/project.clj +++ b/project.clj @@ -11,10 +11,10 @@ :1.6 {:dependencies [[org.clojure/clojure "1.6.0-master-SNAPSHOT"]]} :dev {:dependencies []} :test {:dependencies [[expectations "1.4.56"]]}} - :aliases {"test-all" ["with-profile" "test,1.4:test,1.5:test,1.6" "expectations"] - "test-auto" ["with-profile" "test" "autoexpect"] - "start-dev" ["with-profile" "dev,test,bench" "repl" ":headless"] - "codox" ["with-profile" "test" "doc"]} + :aliases {"test-all" ["with-profile" "+test,+1.4:+test,+1.5:+test,+1.6" "expectations"] + "test-auto" ["with-profile" "+test" "autoexpect"] + "start-dev" ["with-profile" "+dev,+test,+bench" "repl" ":headless"] + "codox" ["with-profile" "+test" "doc"]} :plugins [[lein-expectations "0.0.8"] [lein-autoexpect "1.0"] [lein-ancient "0.4.4"]