aboutsummaryrefslogtreecommitdiff
path: root/stage2
diff options
context:
space:
mode:
authorJan Christopher Vogt <oss.nsp@cvogt.org>2016-06-19 21:26:06 -0400
committerGitHub <noreply@github.com>2016-06-19 21:26:06 -0400
commitf834052e2825cb283399c14eb626f05d73b73759 (patch)
tree9ac80baf2ecf410568c7fc8dbdef7cb55ab8af89 /stage2
parentbb856040475cc15fe0754a52428375bd36f8b782 (diff)
parent621192d9ba231ab9b849f3f19073bc0e0acd9220 (diff)
downloadcbt-f834052e2825cb283399c14eb626f05d73b73759.tar.gz
cbt-f834052e2825cb283399c14eb626f05d73b73759.tar.bz2
cbt-f834052e2825cb283399c14eb626f05d73b73759.zip
Merge pull request #147 from cvogt/scalajs-2
Scalajs refactoring
Diffstat (limited to 'stage2')
-rw-r--r--stage2/BuildBuild.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/stage2/BuildBuild.scala b/stage2/BuildBuild.scala
index db5374c..4d9c869 100644
--- a/stage2/BuildBuild.scala
+++ b/stage2/BuildBuild.scala
@@ -10,6 +10,7 @@ trait BuildBuild extends BaseBuild{
object plugins{
final val scalaTest = DirectoryDependency( managedContext.cbtHome ++ "/plugins/scalatest" )
final val sbtLayout = DirectoryDependency( managedContext.cbtHome ++ "/plugins/sbt_layout" )
+ final val scalaJs = DirectoryDependency( managedContext.cbtHome ++ "/plugins/scalajs" )
}
override def dependencies =