mirror of https://github.com/sbt/sbt.git
360 B
360 B
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