Welcome! Please see the About page for a little more info on how this works.
The following code:
https://gist.github.com/vemv/0254e4f594626b090520f1da323f9476
(I used a gist due to this site's 12000 character limit)
...will fail with:
Unable to resolve org.clojure/clojure version: [1.2.1],[1.3.0] {:lib org.clojure/clojure, :coord #:mvn{:version "[1.2.1],[1.3.0]"}}
Perhaps it's worth noting that [org.clojure/clojure #:mvn{:version "1.11.1"}] is already explicitly specified.
[org.clojure/clojure #:mvn{:version "1.11.1"}]
I'm using org.clojure/tools.deps "0.18.1354".
org.clojure/tools.deps "0.18.1354"
Thanks - V
This was caused because of the lack of :mvn/repos in my call.