This morning there are new releases of Clojure tools 1.9.309, 
tools.deps.alpha 0.5.323, and tools.gitlibs 0.2.47.

Highlights (across one or more of these releases):

  * NEW clj -Spom emits dep exclusions and classifier
  * NEW clj -Spom can also be used with -R and -C (but only for top-level 
modifications)
  * NEW pom file reader for local and git deps
       one note is that this will read <build><sourceDirectory> as the 
source path, which defaults to src/main/java
       if you are using it with Clojure source, you should probably set 
that to src/main/clojure
       given that most existing Clojure poms don't do this, we may just add 
this automatically instead
  * FIX git deps now use :deps/root if specified - thanks Dominic Monroe!
  * FIX  major updates in transitive version selection
  * ENHANCE git dep :sha now requires a full sha
  * ENHANCE git version resolution now uses stricter rules in comparison
       either both deps must be the same url, or both repos must include 
both commits
  * ENHANCE dump stack on unexpected errors for debugging
  * NEW gitlibs cache location can be modified with GITLIBS env var - 
thanks Pierre-Yves Ritschard!

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to