aboutsummaryrefslogtreecommitdiff
path: root/stage2/SbtDependencyDsl.scala
Commit message (Collapse)AuthorAgeFilesLines
* Implement alternative resolversChristopher Vogt2016-04-031-0/+43
This commit also - requires Dependencies to explicitly implement canBeCached - unifies some logic for dependency downloading - moves SBT-like dependency DSL into its own trait - error message showing build directory for exceptions in builds Not splitting this up in favor of faster progress to 1.0. The user facing API can probably be slightly improved using implicits inside of BasicBuild, but we can do that later.