Remove -Ymacro-expand option

This commit is contained in:
xuwei-k 2026-04-12 13:29:55 +09:00
parent d86587ad54
commit b491b8a22a
1 changed files with 0 additions and 1 deletions

View File

@ -186,7 +186,6 @@ lazy val sbtRoot: Project = (project in file("."))
},
Utils.baseScalacOptions,
Docs.settings,
scalacOptions += "-Ymacro-expand:none", // for both sxr and doc
Utils.publishPomSettings,
otherRootSettings,
Utils.noPublish,