Upgrade to Codox 0.9.0
This commit is contained in:
parent
47d20761c5
commit
57fb96a1b7
1 changed files with 3 additions and 9 deletions
12
project.clj
12
project.clj
|
|
@ -45,15 +45,9 @@
|
||||||
[com.novemberain/validateur "2.4.2" :exclusions [org.clojure/clojure]]
|
[com.novemberain/validateur "2.4.2" :exclusions [org.clojure/clojure]]
|
||||||
[ch.qos.logback/logback-classic "1.1.3" :exclusions [org.slf4j/slf4j-api]]
|
[ch.qos.logback/logback-classic "1.1.3" :exclusions [org.slf4j/slf4j-api]]
|
||||||
[ragtime/ragtime.core "0.3.7" :exclusions [org.clojure/clojure]]]
|
[ragtime/ragtime.core "0.3.7" :exclusions [org.clojure/clojure]]]
|
||||||
:plugins [[codox "0.8.10"]]
|
:plugins [[lein-codox "0.9.0"]]
|
||||||
:codox {:sources ["src/clojure"]
|
:codox {:source-paths ["src/clojure"]
|
||||||
:output-dir "doc/api"
|
:namespaces [#"^monger\.(?!internal)"]}}
|
||||||
:exclude [monger.internal.pagination
|
|
||||||
monger.internal.fn
|
|
||||||
;; these are not fully baked yet or have changes
|
|
||||||
;; that are not entirely backwards compatible with 1.0. MK.
|
|
||||||
monger.testkit
|
|
||||||
monger.ring.session-store]}}
|
|
||||||
;; only clj-time/JodaTime available, used to test monger.joda-time w/o clojure.data.json
|
;; only clj-time/JodaTime available, used to test monger.joda-time w/o clojure.data.json
|
||||||
:dev2 {:resource-paths ["test/resources"]
|
:dev2 {:resource-paths ["test/resources"]
|
||||||
:dependencies [[clj-time "0.8.0" :exclusions [org.clojure/clojure]]]}}
|
:dependencies [[clj-time "0.8.0" :exclusions [org.clojure/clojure]]]}}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue