I'm running into problems because the library I have appears to conflict with the published documentation. I had a few problems with getting the right version of things installed before, and I'm wondering if this is the cause.
Is there any way to print out which jars were loaded in the repl so I can check?
You can also use query lein for
lein classpath
lein deps :tree
This might also help:
lein deps :tree
- shows a tree of dependencies that get pulled in
[library "version" :exclusions [some-other-lib "version"]]
- exclude the some-other-lib
that gets pulled in by some library.
You can then manually pull in the right version of some-other-lib
by defining your own dependency vector.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With