From 663f1a754eab9c14c0d2f9ac6663513e74e8f268 Mon Sep 17 00:00:00 2001 From: Peter Taoussanis Date: Tue, 22 Dec 2015 13:44:35 +0700 Subject: [PATCH] Bump deps --- project.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project.clj b/project.clj index d750542..649a670 100644 --- a/project.clj +++ b/project.clj @@ -18,7 +18,7 @@ :plugins [[lein-pprint "1.1.2"] [lein-ancient "0.6.8"] - [lein-codox "0.9.0"]] + [lein-codox "0.9.1"]] :profiles {;; :default [:base :system :user :provided :dev] @@ -40,7 +40,7 @@ :plugins [;; These must be in :dev, Ref. https://github.com/lynaghk/cljx/issues/47: [com.keminglabs/cljx "0.6.0"] - [lein-cljsbuild "1.1.1"]]}]} + [lein-cljsbuild "1.1.2"]]}]} ;; :jar-exclusions [#"\.cljx|\.DS_Store"] :source-paths ["src" "target/classes"]