summaryrefslogtreecommitdiff
path: root/project/Build.scala
diff options
context:
space:
mode:
Diffstat (limited to 'project/Build.scala')
-rw-r--r--project/Build.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/Build.scala b/project/Build.scala
index 9f73563f8e..dd9f9f6c04 100644
--- a/project/Build.scala
+++ b/project/Build.scala
@@ -111,7 +111,7 @@ object ScalaBuild extends Build with Layers {
)
// Settings for root project. These are aggregate tasks against the rest of the build.
- def projectSettings: Seq[Setting[_]] = publishSettings ++ Seq(
+ def projectSettings: Seq[Setting[_]] = publishSettings ++ Versions.settings ++ Seq(
doc in Compile <<= (doc in documentation in Compile).identity,
// These next two aggregate commands on several projects and return results that are to be ignored by remaining tasks.
compile in Compile <<= compiledProjects.map(p => compile in p in Compile).join.map(_.head),