aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorJan Christopher Vogt <oss.nsp@cvogt.org>2017-04-02 15:07:41 -0400
committerGitHub <noreply@github.com>2017-04-02 15:07:41 -0400
commita40300405524c0b4f8bf5959ec06e3fe1e93837f (patch)
tree92807a01d9dd62fccd9903e18ce8765960c91603 /build
parent50f4b1778d9ba3de15433d710d2e61cd1a73337a (diff)
parentcf2c37852a925eb3a31d237bfe00730d8e687686 (diff)
downloadcbt-a40300405524c0b4f8bf5959ec06e3fe1e93837f.tar.gz
cbt-a40300405524c0b4f8bf5959ec06e3fe1e93837f.tar.bz2
cbt-a40300405524c0b4f8bf5959ec06e3fe1e93837f.zip
Merge pull request #477 from cvogt/scalatex
Add Scalatex plugin
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 c596245..cf2527a 100644
--- a/build/build.scala
+++ b/build/build.scala
@@ -25,6 +25,7 @@ class Build(val context: Context) extends Shared with Scalariform with PublishLo
context.cbtHome / "stage2" / "DirectoryDependency.scala",
context.cbtHome / "stage2" / "LazyDependency.scala",
context.cbtHome / "stage2" / "plugins" / "ScalaTest.scala",
+ context.cbtHome / "stage2" / "plugins" / "Scalatex.scala",
context.cbtHome / "stage2" / "libraries.scala",
context.cbtHome / "stage2" / "plugins.scala",
context.cbtHome / "stage2" / "ports.scala"