babashka / neil

A CLI to add common aliases and features to deps.edn-based projects
MIT License
377 stars 27 forks source link

neil dep upgrade drops dep :exclusions #183

Closed pangloss closed 1 year ago

pangloss commented 1 year ago

When I upgrade this dep:

           clojure2d/clojure2d {:mvn/version "1.4.4"
                                :exclusions [org.apache.xmlgraphics/batik-transcoder]}}

I get this, missing its exclusion:

           clojure2d/clojure2d {:mvn/version "1.4.5"}

Hope this is an easy fix. Thanks for a nice handy and quick tool!

pangloss commented 1 year ago

Thanks!

teodorlu commented 1 year ago

Thanks for the report! :100: