When switching from one of the older versions of SBT to the latest version, we lost our ability to quickly grab all jar dependencies and copy them to a directory. Is there an easy way to do the same in XSBT 0.11.2?
Adding the following to your build.sbt
copies all the dependencies into a lib_managed
folder in the root of your project.
retrieveManaged := true
Is that what you're asking for?
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