aboutsummaryrefslogtreecommitdiff
path: root/internal/plugins/library
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2017-04-05 01:55:57 +0000
committerChristopher Vogt <oss.nsp@cvogt.org>2017-04-05 01:55:57 +0000
commite174d1db2b27a2a9018169cb0dc03635df8de11d (patch)
treee108813326ba21da8470e2d2fa2f6cddeb05d177 /internal/plugins/library
parent439190b6bf46ccb971c0ec708da38d437f2e331d (diff)
downloadcbt-e174d1db2b27a2a9018169cb0dc03635df8de11d.tar.gz
cbt-e174d1db2b27a2a9018169cb0dc03635df8de11d.tar.bz2
cbt-e174d1db2b27a2a9018169cb0dc03635df8de11d.zip
Add ScalaXRay (sxr) plugin
Diffstat (limited to 'internal/plugins/library')
-rw-r--r--internal/plugins/library/Library.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/plugins/library/Library.scala b/internal/plugins/library/Library.scala
index a9dec7c..8fea11a 100644
--- a/internal/plugins/library/Library.scala
+++ b/internal/plugins/library/Library.scala
@@ -3,7 +3,7 @@ import cbt._
import java.io._
import scala.concurrent._
import scala.concurrent.duration._
-trait Library extends Scalariform with GoogleJavaFormat with DynamicOverrides with AdvancedScala{
+trait Library extends Scalariform with GoogleJavaFormat with DynamicOverrides with AdvancedScala with ScalaXRay{
def inceptionYear: Int
def description: String
def version = ???