mirror of https://github.com/sbt/sbt.git
remove Selectable.reflectiveSelectable in dependency-graph
This commit is contained in:
parent
028248f73e
commit
3e1eb3737d
|
|
@ -12,13 +12,14 @@ package graph
|
||||||
package backend
|
package backend
|
||||||
|
|
||||||
import scala.language.implicitConversions
|
import scala.language.implicitConversions
|
||||||
import scala.reflect.Selectable.reflectiveSelectable
|
import sbt.librarymanagement.{
|
||||||
import sbt.librarymanagement.{ ModuleID, ModuleReport, ConfigurationReport }
|
ModuleID,
|
||||||
|
ModuleReport,
|
||||||
|
ConfigurationReport,
|
||||||
|
OrganizationArtifactReport
|
||||||
|
}
|
||||||
|
|
||||||
object SbtUpdateReport {
|
object SbtUpdateReport {
|
||||||
type OrganizationArtifactReport = {
|
|
||||||
def modules: Seq[ModuleReport]
|
|
||||||
}
|
|
||||||
|
|
||||||
def fromConfigurationReport(report: ConfigurationReport, rootInfo: ModuleID): ModuleGraph = {
|
def fromConfigurationReport(report: ConfigurationReport, rootInfo: ModuleID): ModuleGraph = {
|
||||||
implicit def id(sbtId: ModuleID): GraphModuleId =
|
implicit def id(sbtId: ModuleID): GraphModuleId =
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue