Hi, I'm trying to use tools.deps API function "resolve-deps", but it doesn't work for me well:
(require '[clojure.tools.deps.alpha :as tools.deps]) (require '[clojure.tools.deps.alpha.reader :as tools.deps.reader]) (require '[clojure.tools.deps.alpha.script.make-classpath]) (tools.deps/resolve-deps {:deps {'selmer/selmer {:mvn/version "1.11.7"}}} nil) ArtifactNotFoundException Could not find artifact org.clojure:tools.reader:jar:0.8.0 org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve (DefaultArtifactResolver.java:412) Actually, no matter what dependency I'm trying to resolve it always ends up with ArtifactNotFoundException. Any idea what I'm doing wrong here? Thanks, JM. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.