aboutsummaryrefslogtreecommitdiff
path: root/test/simple
Commit message (Collapse)AuthorAgeFilesLines
* Improve cbt's maven resolver to handle variable substitutions for pom xml ↵Christopher Vogt2016-04-022-2/+6
| | | | tag contents
* Add support for git dependenciesChristopher Vogt2016-03-182-1/+6
| | | | pair coded with @chavxo
* fixed previously too naive pom inheritance logic to properly handle ↵Christopher Vogt2016-03-171-1/+3
| | | | | | properties and dependencyManagement pom inheritance features pair-coded with @chavxo
* Improved how to express dependenciesChristopher Vogt2016-03-121-0/+9
Add - Constructor syntax for cross-scala-version dependencies (as rightfully requested on reddit) and encouraged over SBT's still supported operator syntax - Add support for classifiers other than "sources"