From d78c82b79ed3795cff12df8deaafb6cb2110cc30 Mon Sep 17 00:00:00 2001 From: James Reeves Date: Sun, 3 Nov 2013 06:13:11 +0000 Subject: [PATCH] Updated Codox plugin to 0.6.6 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 8a38f53..ff6b7c0 100644 --- a/project.clj +++ b/project.clj @@ -7,5 +7,5 @@ [org.clojure/core.incubator "0.1.0"] [ring "1.2.1"] [ring-refresh "0.1.2"]] - :plugins [[codox "0.6.1"]] + :plugins [[codox "0.6.6"]] :profiles {:dev {:dependencies [[clj-http "0.4.1"]]}})