mirror of https://github.com/sbt/sbt.git
[2.x] refactor: Remove unnecessary language.experimental.macros import (#9025)
This commit is contained in:
parent
7ab07e1177
commit
67e3b8b01b
|
|
@ -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. */
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue