From b491b8a22a1200f9c96c0302c5d60eab4227365d Mon Sep 17 00:00:00 2001 From: xuwei-k <6b656e6a69@gmail.com> Date: Sun, 12 Apr 2026 13:29:55 +0900 Subject: [PATCH] Remove -Ymacro-expand option --- build.sbt | 1 - 1 file changed, 1 deletion(-) diff --git a/build.sbt b/build.sbt index b1db91c4d..a36670a9c 100644 --- a/build.sbt +++ b/build.sbt @@ -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,