Import SemanticSelector

This commit is contained in:
Eugene Yokota 2018-07-01 03:13:09 -04:00
parent c0030d594c
commit 1aea46d9e4
2 changed files with 5 additions and 0 deletions

View File

@ -597,6 +597,9 @@ lazy val sbtIgnoredProblems = {
exclude[DirectMissingMethodProblem]("sbt.Import.Param"),
exclude[DirectMissingMethodProblem]("sbt.package.Param"),
exclude[ReversedMissingMethodProblem]("sbt.Import.SemanticSelector"),
exclude[ReversedMissingMethodProblem]("sbt.Import.sbt$Import$_setter_$SemanticSelector_="),
// Dropped in favour of plain scala.Function, and its compose method
exclude[DirectMissingMethodProblem]("sbt.package.toFn1"),
)

View File

@ -317,6 +317,8 @@ trait Import {
type ScalaVersion = sbt.librarymanagement.ScalaVersion
val ScmInfo = sbt.librarymanagement.ScmInfo
type ScmInfo = sbt.librarymanagement.ScmInfo
val SemanticSelector = sbt.librarymanagement.SemanticSelector
type SemanticSelector = sbt.librarymanagement.SemanticSelector
val SftpRepository = sbt.librarymanagement.SftpRepository
type SftpRepository = sbt.librarymanagement.SftpRepository
type SshBasedRepository = sbt.librarymanagement.SshBasedRepository