aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2017-04-02 15:08:27 -0400
committerChristopher Vogt <oss.nsp@cvogt.org>2017-04-02 15:11:10 -0400
commitd7d924c50758aa190762672723d2b708b18911ba (patch)
tree009c1762f99586936870e306d584af253498d422 /build
parenta40300405524c0b4f8bf5959ec06e3fe1e93837f (diff)
downloadcbt-d7d924c50758aa190762672723d2b708b18911ba.tar.gz
cbt-d7d924c50758aa190762672723d2b708b18911ba.tar.bz2
cbt-d7d924c50758aa190762672723d2b708b18911ba.zip
Add Tut 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 cf2527a..4635159 100644
--- a/build/build.scala
+++ b/build/build.scala
@@ -26,6 +26,7 @@ class Build(val context: Context) extends Shared with Scalariform with PublishLo
context.cbtHome / "stage2" / "LazyDependency.scala",
context.cbtHome / "stage2" / "plugins" / "ScalaTest.scala",
context.cbtHome / "stage2" / "plugins" / "Scalatex.scala",
+ context.cbtHome / "stage2" / "plugins" / "Tut.scala",
context.cbtHome / "stage2" / "libraries.scala",
context.cbtHome / "stage2" / "plugins.scala",
context.cbtHome / "stage2" / "ports.scala"