aboutsummaryrefslogtreecommitdiff
path: root/plugins/scalatest/ScalaTest.scala
Commit message (Expand)AuthorAgeFilesLines
* scalatest plugin now does not need import anymoreChristopher Vogt2017-04-021-13/+0
* upgrade scalatest plugin to scalatest 2.2.6 and use buildinfo to avoidChristopher Vogt2017-04-021-0/+2
* scalatest plugin for 2.12 (and move most code from plugin into library)Christopher Vogt2017-03-301-36/+5
* explicitly convert to Vector everywhere for hopefully performanceChristopher Vogt2017-03-271-1/+1
* minor whitespace and name changesChristopher Vogt2017-02-141-6/+6
* implicitly pass classloader, might make code easierChristopher Vogt2017-02-141-3/+2
* make sure jar, tests and main classes use the right directoriesChristopher Vogt2017-02-131-1/+1
* idempotent change propagationChristopher Vogt2017-02-091-1/+1
* separate sbt layout and scalatest plugins and create a more general plugin ar...Christopher Vogt2016-06-151-24/+3
* Get rid of Build default imports to reduce noise in build files. This also ch...Christopher Vogt2016-06-151-3/+0
* turn Build base classes into traits for less verbosity and uniform usage with...Christopher Vogt2016-06-151-2/+2
* Making scalatest plugin work + example build folder with scalatest sample buildKatrin Shechtman2016-05-261-2/+3
* Reproducible builds, composing different CBT version and various improvementsChristopher Vogt2016-04-281-0/+66