aboutsummaryrefslogtreecommitdiff
path: root/stage2/Plugin.scala
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2017-04-02 00:18:37 -0400
committerChristopher Vogt <oss.nsp@cvogt.org>2017-04-02 00:25:43 -0400
commit56c49924f4016b922801d0ab28c787240044e886 (patch)
tree0de314955ec3be08801be7ee87aae96b8bc87145 /stage2/Plugin.scala
parent5553c92eec89fa06c6eaa61645b2c9cb8332f404 (diff)
downloadcbt-56c49924f4016b922801d0ab28c787240044e886.tar.gz
cbt-56c49924f4016b922801d0ab28c787240044e886.tar.bz2
cbt-56c49924f4016b922801d0ab28c787240044e886.zip
propagate scala versions into aliased dependencies
not necessary for plugins yet, but will be when we allow choosing your scala version for build files
Diffstat (limited to 'stage2/Plugin.scala')
-rw-r--r--stage2/Plugin.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/stage2/Plugin.scala b/stage2/Plugin.scala
index 43e26fa..2cc242d 100644
--- a/stage2/Plugin.scala
+++ b/stage2/Plugin.scala
@@ -1,5 +1,5 @@
package cbt
trait Plugin extends BaseBuild{
override def dependencies = super.dependencies :+ context.cbtDependency
- object plugins extends plugins
+ object plugins extends plugins( context, scalaVersion )
}