Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
upgrade codox to work with lein 2.9.0 (#14133)
Browse files Browse the repository at this point in the history
  • Loading branch information
gigasquid authored and szha committed Feb 14, 2019
1 parent 0cce0fe commit 12608d4
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 12608d4

Please sign in to comment.