[2.x] refactor: Remove unnecessary language.experimental.macros import (#9025)

This commit is contained in:
kenji yoshida 2026-04-06 02:17:37 +09:00 committed by GitHub
parent 7ab07e1177
commit 67e3b8b01b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 3 deletions

View File

@ -9,8 +9,6 @@
package sbt
package std
import scala.language.experimental.macros
import scala.annotation.compileTimeOnly
/** Implementation detail. The wrap methods temporarily hold inputs (as a Tree, at compile time) until a task or setting macro processes it. */

View File

@ -11,7 +11,6 @@ import sjsonnew.JsonFormat
import java.nio.file.{ Path as NioPath }
import sbt.librarymanagement.{ Configuration, ConfigurationMacro }
import scala.language.experimental.macros
package object sbt
extends sbt.IOSyntax0