Skip to content

Commit

Permalink
Added profiles for Clojure 1.3 and 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Sep 2, 2012
1 parent 74ccbc0 commit 9322dd1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@
:url "http://github.com/weavejester/hiccup"
:dependencies [[org.clojure/clojure "1.2.1"]]
:plugins [[codox "0.6.1"]]
:codox {:exclude [hiccup.compiler]})
:codox {:exclude [hiccup.compiler]}
:profiles
{:1.3 {:dependencies [[org.clojure/clojure "1.3.0"]]}
:1.4 {:dependencies [[org.clojure/clojure "1.4.0"]]}})

0 comments on commit 9322dd1

Please sign in to comment.