aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
...
* Get rid of Build default imports to reduce noise in build files. This also ↵Christopher Vogt2016-06-152-7/+0
| | | | changes builds from using immutable.Seq to using Predef.Seq in favor of simplicity over purity. This has been discussed on gitter.
* turn Build base classes into traits for less verbosity and uniform usage ↵Christopher Vogt2016-06-152-2/+2
| | | | with any other plugin
* scalajs cross project support as pluginKatrin Shechtman2016-06-139-0/+251
|
* Making scalatest plugin work + example build folder with scalatest sample buildKatrin Shechtman2016-05-264-0/+59