EwenG / badigeon

A Clojure build library based on tools.deps.
144 stars 19 forks source link

tools.deps api change #24

Closed puredanger closed 4 years ago

puredanger commented 4 years ago

Just wanted to drop a note that the newest version of tools.deps.alpha contains some api changes (moving towards getting out of alpha). So when you bump to tools.deps.alpha >= 0.9.745, you'll need to change your use of clojure.tools.deps.alpha.reader/slurp-deps to get that from clojure.tools.deps.alpha instead.

puredanger commented 4 years ago

Similar changes elsewhere... the clojure.tools.deps.alpha.reader namespace no longer exists and most of those functions migrated to clojure.tools.deps.alpha.

EwenG commented 4 years ago

Thank you, this has been fixed.