aboutsummaryrefslogtreecommitdiff
path: root/stage1/resolver.scala
Commit message (Collapse)AuthorAgeFilesLines
* Improved how to express dependenciesChristopher Vogt2016-03-121-25/+32
| | | | | | 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"
* Add feature for starting the Scala REPL in arbitrary versions, propagate ↵Christopher Vogt2016-03-091-16/+22
| | | | logger as implicits
* fix duplicate classloader. one is enoughChristopher Vogt2016-03-081-5/+4
|
* cleanup: whitespace changes, separated more things into their own files, use ↵Christopher Vogt2016-03-071-41/+45
| | | | ++ for strings everywhere. Added ++ method to File and URL and use it in many places
* CBT Version 1.0-BETAChristopher Vogt2016-03-041-0/+264