I have added
org.clojure/core.async {:mvn/version "1.2.603"}
to my deps.edn file, but an older version preceeds it in the classpath. How do I exclude the older version to use the current, or can I at all?
Thanks,
Hadil
I have added
org.clojure/core.async {:mvn/version "1.2.603"}
to my deps.edn file, but an older version preceeds it in the classpath. How do I exclude the older version to use the current, or can I at all?
Thanks,
Hadil