Skip to content

Commit

Permalink
upgrade codox to work with lein 2.9.0 (apache#14133)
Browse files Browse the repository at this point in the history
  • Loading branch information
gigasquid authored and drivanov committed Mar 4, 2019
1 parent 4bb6f3f commit 8102ae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/clojure-package/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
[org.apache.logging.log4j/log4j-api "2.8.1"]
[org.slf4j/slf4j-log4j12 "1.7.25" :exclusions [org.slf4j/slf4j-api]]]
:pedantic? :skip
:plugins [[lein-codox "0.10.3" :exclusions [org.clojure/clojure]]
:plugins [[lein-codox "0.10.6" :exclusions [org.clojure/clojure]]
[lein-cloverage "1.0.10" :exclusions [org.clojure/clojure]]
[lein-cljfmt "0.5.7"]]
:codox {:namespaces [#"^org\.apache\.clojure-mxnet\.(?!gen).*"]}
Expand Down

0 comments on commit 8102ae2

Please sign in to comment.