lightbend-labs / dbuild

Multi-project build tool, based on sbt.
https://lightbend-labs.github.io/dbuild
Other
83 stars 14 forks source link

Add the "master" configuration to the Ivy build system #93

Closed cunei closed 10 years ago

cunei commented 10 years ago

This is required to compile sbt sources using sbt 0.13.1, as it requests scala libraries in the "master" configuration (not needed when using sbt 0.13.0 to compile sbt).

jsuereth commented 10 years ago

LGTM. Thanks for the fix!