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

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

Fixes