aboutsummaryrefslogtreecommitdiff
path: root/stage2/ports.scala
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 /stage2/ports.scala
parent439190b6bf46ccb971c0ec708da38d437f2e331d (diff)
downloadcbt-e174d1db2b27a2a9018169cb0dc03635df8de11d.tar.gz
cbt-e174d1db2b27a2a9018169cb0dc03635df8de11d.tar.bz2
cbt-e174d1db2b27a2a9018169cb0dc03635df8de11d.zip
Add ScalaXRay (sxr) plugin
Diffstat (limited to 'stage2/ports.scala')
-rw-r--r--stage2/ports.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/stage2/ports.scala b/stage2/ports.scala
index 460a255..6aef98e 100644
--- a/stage2/ports.scala
+++ b/stage2/ports.scala
@@ -9,4 +9,5 @@ class ports( context: Context, scalaVersion: String ) {
)
def mima = dep( "migration-manager" )
def scalariform = dep( "scalariform" )
+ def scalaXRay = dep( "scala-xray" )
}