From 06da070a24f9383573a33546daa12b0b7ffcc194 Mon Sep 17 00:00:00 2001 From: Peter Taoussanis Date: Thu, 2 Jan 2014 15:38:04 +0700 Subject: [PATCH] Deps: pretty 0.1.8, lein-autoexpect 1.2.1 --- project.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project.clj b/project.clj index 68bb715..98c3001 100644 --- a/project.clj +++ b/project.clj @@ -5,7 +5,7 @@ :url "http://www.eclipse.org/legal/epl-v10.html"} :dependencies [[org.clojure/clojure "1.4.0"] [org.clojure/tools.macro "0.1.5"] - [io.aviso/pretty "0.1.6"]] + [io.aviso/pretty "0.1.8"]] :profiles {:1.4 {:dependencies [[org.clojure/clojure "1.4.0"]]} :1.5 {:dependencies [[org.clojure/clojure "1.5.1"]]} :1.6 {:dependencies [[org.clojure/clojure "1.6.0-alpha2"]]} @@ -19,7 +19,7 @@ "start-dev" ["with-profile" "+dev,+test,+bench" "repl" ":headless"] "codox" ["with-profile" "+dev,+test" "doc"]} :plugins [[lein-expectations "0.0.8"] - [lein-autoexpect "1.0"] + [lein-autoexpect "1.2.1"] [lein-ancient "0.5.4"] [codox "0.6.6"]] :min-lein-version "2.0.0"