aboutsummaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2017-04-08 18:17:18 -0400
committerChristopher Vogt <oss.nsp@cvogt.org>2017-04-08 18:17:18 -0400
commit1f5c34a646eb21248b94766f4d85458c3cd42fd2 (patch)
tree4ad2c1615d44cd0208bff058c9218216091bda92 /internal
parent16ac805f1a3669b3bcca160e523e3d8cf4c7cc2b (diff)
downloadcbt-1f5c34a646eb21248b94766f4d85458c3cd42fd2.tar.gz
cbt-1f5c34a646eb21248b94766f4d85458c3cd42fd2.tar.bz2
cbt-1f5c34a646eb21248b94766f4d85458c3cd42fd2.zip
Fix scala sxr for 2.12.1.
Also remove it from Library, where it is more of a liability than actually helpful.
Diffstat (limited to 'internal')
-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 8fea11a..382d1fb 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 with ScalaXRay{
+trait Library extends Scalariform with GoogleJavaFormat with DynamicOverrides with AdvancedScala {
def inceptionYear: Int
def description: String
def version = ???