Welcome! Please see the About page for a little more info on how this works.
depes.edn:
{:deps {org.deeplearning4j/deeplearning4j-nlp {:mvn/version "1.0.0-M2.1"}}}
It happened before in an older Clojure version, but disappeared, see here:
https://clojurians-log.clojureverse.org/tools-deps/2021-09-16
Now I have it back with a recent clojure CLI: 1.11.1.1200
The workarround is still to limit the number of download threads;
clj -Sthreads 1
So it only happens to me using (the default) multi-threaded downloading.
I haven't been able to reproduce this and haven't had any other reports from anyone on this for a while, so not going to create a ticket for now.
Logged as https://clojure.atlassian.net/browse/TDEPS-244