You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix clojure-cli warning about unqualified dependencies
Without this running `cider-jack-in` in a clojure project
with clojure-cli will produce warnings about unqualified
dependencies which may cause errors in future releases.
This PR makes sure that all injected dependencies are
qualified.
0 commit comments