mirror of https://github.com/sbt/sbt.git
Move util into sbt.util.internal package
This commit is contained in:
parent
cee106e9b6
commit
24694faa31
|
|
@ -1,4 +1,4 @@
|
|||
package sbt
|
||||
package sbt.util.internal
|
||||
package appmacro
|
||||
|
||||
import scala.reflect._
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package sbt
|
||||
package sbt.util.internal
|
||||
package appmacro
|
||||
|
||||
import scala.reflect._
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package sbt
|
||||
package sbt.util.internal
|
||||
package appmacro
|
||||
|
||||
import Classes.Applicative
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package sbt
|
||||
package sbt.util.internal
|
||||
package appmacro
|
||||
|
||||
import Types.Id
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package sbt
|
||||
package sbt.util.internal
|
||||
package appmacro
|
||||
|
||||
import scala.reflect._
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package sbt
|
||||
package sbt.util.internal
|
||||
package appmacro
|
||||
|
||||
import Types.Id
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package sbt
|
||||
package sbt.util.internal
|
||||
package appmacro
|
||||
|
||||
import Types.Id
|
||||
Loading…
Reference in New Issue