Fork me on GitHub
#tools-deps
<
2018-12-22
>
dominicm01:12:24

Is there any reason :default-deps shouldn't be available as a top-level key? My reasoning being that I actually want any transitive dependencies that are newer than what I specify to be used instead. Maybe default-deps doesn't quite fill that niche. But if I depend on clojure 1.8, and cognitect-aws depends on clojure 1.10, I'm happy for 1.10 to be used. Maybe a "linter" could inform on this :thinking_face:

borkdude21:12:41

how does one force download of dependencies in a deps.edn project?

borkdude22:12:37

I figured, but that also opens a repl …

$ clojure -Sforce
Clojure 1.10.0
user=> ^D

borkdude22:12:36

also, that forces recomputation of the classpath, I only want to force the initial downloading of stuff, else return fast without doing anything extra

borkdude22:12:54

it seems the problem solved itself on circleci, just do stuff and it will take care of itself 😉

ghadi22:12:22

-Sforce -Spath @borkdude

ghadi22:12:44

That will just printout the computed classpath