babashka / neil

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

neil dep upgrade drops dep :exclusions #183

Closed pangloss closed 10 months 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 10 months ago

Thanks!

teodorlu commented 10 months ago

Thanks for the report! :100: