yogthos / lein-asset-minifier

Leiningen plugin for CSS/Js asset minifcation
Eclipse Public License 1.0
41 stars 7 forks source link

chore: bump dependency version to fix warning #21

Closed roberttaylor426 closed 5 months ago

roberttaylor426 commented 5 months ago

When using this plugin in conjunction with Clojure 1.11 we see errors of the form WARNING: update-vals already refers to: #'clojure.core/update-vals in namespace: clojure.tools.analyzer.utils, being replaced by: #'clojure.tools.analyzer.utils/update-vals.

When upgrading org.clojure/core.async to the latest version we no longer see these warnings.

Could we please merge this change and cut a new release?

yogthos commented 5 months ago

Thanks, just pushed out 0.4.7 with the fix.

roberttaylor426 commented 5 months ago

Awesome, thanks for the super-quick turnaround :raised_hands: