Hey all - I had analysis fail for a library that was attempting to ship a “provided” dep that I failed to add to the pom. Will cljdoc use a provided dependency for analysis? Also does anyone know if deps.edn has a way to specify these?
Yep @sritchie09, https://github.com/cljdoc/cljdoc/blob/master/doc/userguide/for-library-authors.adoc#getting-dependencies-right during analysis.
thank you!