Fork me on GitHub
#tools-deps
<
2019-01-02
>
Alex Miller (Clojure team)21:01:58

tools.deps.alpha 0.6.474 and clj 1.10.0.408 are now available.

Changes:
* TDEPS-79, TDEPS-109 Fix infinite loop in resolving recursive deps tree (will often improve resolution perf in other cases as well)
* TDEPS-50, TDEPS-109 Fix handling of Maven classifiers during resolution
  To explicitly specify a Maven classifier in a dep, specify it in the lib name as follows:  groupId/artifactId$classifier
  Note: the :classifier attribute in Maven dep coordinates is no longer supported and will now produce an error.
* TDEPS-107 Canonicalize exclusion groupIds in pom gen
* TDEPS-82  Ensure -Sdescribe doesn't trigger resolution
* Error handling improvements when Maven artifact is not found
* Error handling improvements for invalid syntax in deps.edn

clj 40
seancorfield21:01:45

TDEPS-82 ❤️ ❤️ ❤️