From 852505f9f78d72710e2585bf8817550c02567931 Mon Sep 17 00:00:00 2001 From: kenji yoshida <6b656e6a69@gmail.com> Date: Sun, 12 Apr 2026 14:57:41 +0900 Subject: [PATCH] [2.x] ci: Remove -Ymacro-expand option (#9072) --- build.sbt | 1 - 1 file changed, 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2eca78eea..5722eacdd 100644 --- a/build.sbt +++ b/build.sbt @@ -188,7 +188,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,