leiningen

N.B. The maintainers are on #leiningen on Libera chat IRC. Go there for direct support/bug reports.
jumar 2019-08-09T05:05:34.023200Z

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?

2019-08-09T09:57:19.024600Z

@jumar what about if you do with-profile -user ... I’m curious.

xiongtx 2019-08-09T21:21:20.026800Z

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?