aboutsummaryrefslogtreecommitdiff
path: root/stage2/Plugin.scala
diff options
context:
space:
mode:
authorJan Christopher Vogt <oss.nsp@cvogt.org>2017-04-02 03:21:42 -0400
committerGitHub <noreply@github.com>2017-04-02 03:21:42 -0400
commit2476e2ec1100813ae4e05cf2183feff8bf5ec8ea (patch)
treea334625acfe91c0233abf57a5fb7b52f040e0846 /stage2/Plugin.scala
parente7112d59b811ca4a0bda448a18e0c45cb4841abb (diff)
parentc220ef8d12e77ce6af6fafde3b388fc3e334b380 (diff)
downloadcbt-2476e2ec1100813ae4e05cf2183feff8bf5ec8ea.tar.gz
cbt-2476e2ec1100813ae4e05cf2183feff8bf5ec8ea.tar.bz2
cbt-2476e2ec1100813ae4e05cf2183feff8bf5ec8ea.zip
Merge pull request #471 from cvogt/2.12-ready
2.12 ready
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 )
}