EvictionWarningOptions

sbt.librarymanagement.EvictionWarningOptions
See theEvictionWarningOptions companion object

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def withGuessCompatible(guessCompatible: ((ModuleID, Option[ModuleID], Option[ScalaModuleInfo])) => Boolean): EvictionWarningOptions
def withInfoAllEvictions(infoAllEvictions: Boolean): EvictionWarningOptions
def withShowCallers(showCallers: Boolean): EvictionWarningOptions
def withWarnDirectEvictions(warnDirectEvictions: Boolean): EvictionWarningOptions
def withWarnEvictionSummary(warnEvictionSummary: Boolean): EvictionWarningOptions
def withWarnScalaVersionEviction(warnScalaVersionEviction: Boolean): EvictionWarningOptions
def withWarnTransitiveEvictions(warnTransitiveEvictions: Boolean): EvictionWarningOptions

Concrete fields

val guessCompatible: ((ModuleID, Option[ModuleID], Option[ScalaModuleInfo])) => Boolean
val infoAllEvictions: Boolean
val showCallers: Boolean
val warnDirectEvictions: Boolean
val warnEvictionSummary: Boolean