diff --git a/build.sbt b/build.sbt index 0ff74cdd6..3c611b4b4 100644 --- a/build.sbt +++ b/build.sbt @@ -315,7 +315,7 @@ lazy val docProjects: ScopeFilter = ScopeFilter( inConfigurations(Compile) ) def fullDocSettings = Util.baseScalacOptions ++ Docs.settings ++ Sxr.settings ++ Seq( - scalacOptions += "-Ymacro-no-expand", // for both sxr and doc + scalacOptions += "-Ymacro-expand:none", // for both sxr and doc sources in sxr := { val allSources = (sources ?? Nil).all(docProjects).value allSources.flatten.distinct