From fa487ac8eab93e6c03badf8336fd1f4a4f035819 Mon Sep 17 00:00:00 2001 From: Dale Wijnand Date: Thu, 6 Apr 2017 13:28:18 +0100 Subject: [PATCH] Upgrade from -Ymacro-no-expand to -Ymacro-expand:none --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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