From 7f6f6cf7414e5d84d5f316dcbe6c26c046577fd1 Mon Sep 17 00:00:00 2001 From: Peter Taoussanis Date: Sat, 12 Oct 2013 16:37:10 +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 dd30d94..51371d5 100644 --- a/project.clj +++ b/project.clj @@ -13,11 +13,11 @@ :test {:dependencies [[expectations "1.4.56"] [org.xerial.snappy/snappy-java "1.0.5"]]} :bench {:dependencies [] :jvm-opts ^:replace ["-server"]}} - :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"] + :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"] "start-bench" ["trampoline" "start-dev"] - "codox" ["with-profile" "test" "doc"]} + "codox" ["with-profile" "+test" "doc"]} :plugins [[lein-expectations "0.0.8"] [lein-autoexpect "1.0"] [lein-ancient "0.4.4"]