aboutsummaryrefslogtreecommitdiff
path: root/stage2/libraries.scala
Commit message (Collapse)AuthorAgeFilesLines
* add process library with extracted and new functionsChristopher Vogt2017-06-151-0/+1
|
* Add Scalatex pluginChristopher Vogt2017-04-021-1/+2
|
* scalariform master only shifted the bug. back to 0.1.8 from mavenChristopher Vogt2017-04-021-2/+2
|
* minor cleanup: group and sort alphabeticallyChristopher Vogt2017-04-021-3/+4
|
* type-safe aliases for non cbt librariesChristopher Vogt2017-04-021-9/+26
|
* propagate scala versions into aliased dependenciesChristopher Vogt2017-04-021-1/+1
| | | | | not necessary for plugins yet, but will be when we allow choosing your scala version for build files
* scalatest plugin for 2.12 (and move most code from plugin into library)Christopher Vogt2017-03-301-2/+9
|
* start modularizing cbt into librariesChristopher Vogt2017-03-271-0/+12
this extracts certain parts of cbt into stand-alone libraries, which can be published to maven and used outside of cbt. This also adds scalariform for these parts of the code. This slows down cbt’s own build a lot because of the number of projects involved! So we’ll follow this by a bunch of performance tweak commits.