sbt/notes/0.13.9/configurationstoretrieve.ma...

10 lines
360 B
Markdown
Raw Normal View History

[@ajsquared]: https://github.com/ajsquared
### Changes with compatibility implications
### Improvements
- Adds configurationsToRetrieve key, that takes values of `Option[Set[Configuration]]`. If set, when retrieveManaged is true only artifacts in the specified configurations will be retrieved to the current build. By [@ajsquared][@ajsquared]
### Fixes