I thought that lein with-profile base ...
would be basically the same thing as removing my ~/.lein/profiles.clj
but it doesn't seem to be the case: https://github.com/cryogen-project/cryogen/issues/178
Anyone knows why and/or a way how to do it without removing the profiles.clj file?
@jumar what about if you do with-profile -user ...
I’m curious.
Not sure I understand how :managed-dependencies
is useful as described here: https://www.deps.co/blog/how-to-upgrade-clojure-projects-to-use-java-11/
AFAICT if you specify [org.flatland/ordered "1.5.7"]
in :dependencies
of you project.clj
, it should override versions used in any other dependency transitively, no? So what’s the advantage of using :managed-dependencies
?