Using the latest version of clojure.core.async

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