aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2017-04-02 00:13:25 -0400
committerChristopher Vogt <oss.nsp@cvogt.org>2017-04-02 02:43:39 -0400
commitc220ef8d12e77ce6af6fafde3b388fc3e334b380 (patch)
tree47ff329caae3a38abe06e696c79acd198e2b0613 /build
parent8016298a6ae89ed1c8a45bde87411db4a2daf86f (diff)
downloadcbt-c220ef8d12e77ce6af6fafde3b388fc3e334b380.tar.gz
cbt-c220ef8d12e77ce6af6fafde3b388fc3e334b380.tar.bz2
cbt-c220ef8d12e77ce6af6fafde3b388fc3e334b380.zip
scalatest plugin now does not need import anymore
Diffstat (limited to 'build')
-rw-r--r--build/build.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/build.scala b/build/build.scala
index 0e7da30..c596245 100644
--- a/build/build.scala
+++ b/build/build.scala
@@ -24,6 +24,7 @@ class Build(val context: Context) extends Shared with Scalariform with PublishLo
Seq(
context.cbtHome / "stage2" / "DirectoryDependency.scala",
context.cbtHome / "stage2" / "LazyDependency.scala",
+ context.cbtHome / "stage2" / "plugins" / "ScalaTest.scala",
context.cbtHome / "stage2" / "libraries.scala",
context.cbtHome / "stage2" / "plugins.scala",
context.cbtHome / "stage2" / "ports.scala"