aboutsummaryrefslogtreecommitdiff
path: root/stage2/BasicBuild.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/BasicBuild.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/BasicBuild.scala')
-rw-r--r--stage2/BasicBuild.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/stage2/BasicBuild.scala b/stage2/BasicBuild.scala
index 02c3057..05e3c41 100644
--- a/stage2/BasicBuild.scala
+++ b/stage2/BasicBuild.scala
@@ -20,8 +20,8 @@ trait BaseBuild extends BuildInterface with DependencyImplementation with SbtDep
override lazy val moduleKey: String = "BaseBuild("+target.string+")"
implicit def transientCache: java.util.Map[AnyRef,AnyRef] = context.transientCache
- object libraries extends libraries( context, scalaVersion )
- object ports extends ports(context)
+ object libraries extends libraries( context, scalaVersion, scalaMajorVersion )
+ object ports extends ports( context, scalaVersion )
// library available to builds
implicit protected final val logger: Logger = context.logger