Dependency

mill.scalalib.Dependency
object Dependency extends ExternalModule

Attributes

Source
Dependency.scala
Graph
Supertypes
class BaseModule
trait Module
trait Wrapper
class BaseClass
trait Cacher
trait Cacher
class Object
trait Matchable
class Any
Show all
Self type
Dependency.type

Members list

Type members

Inherited classlikes

@Scaladoc(value = "/**\n * Miscellaneous machinery around traversing & querying the build hierarchy,\n * that should not be needed by normal users of Mill\n */")
object moduleInternal extends Internal

Miscellaneous machinery around traversing & querying the build hierarchy, that should not be needed by normal users of Mill

Miscellaneous machinery around traversing & querying the build hierarchy, that should not be needed by normal users of Mill

Attributes

Inherited from:
Module
Source
Module.scala
Supertypes
class Internal
class Object
trait Matchable
class Any

Value members

Concrete methods

@Scaladoc(value = "/** Show possible dependency updates. */")
def showUpdates(ev: Evaluator, allowPreRelease: Boolean, format: Format): Command[Unit]

Show possible dependency updates.

Show possible dependency updates.

Attributes

Source
Dependency.scala
@Scaladoc(value = "/** Calculate possible dependency updates. */")
def updates(ev: Evaluator, allowPreRelease: Boolean): Command[Seq[ModuleDependenciesUpdates]]

Calculate possible dependency updates.

Calculate possible dependency updates.

Attributes

Source
Dependency.scala

Inherited methods

def moduleCtx: Ctx

Attributes

Inherited from:
BaseModule
Source
BaseModule.scala
def moduleDir: Path

Attributes

Inherited from:
Module
Source
Module.scala

Attributes

Inherited from:
Module
Source
Module.scala
override def moduleSegments: Segments

Attributes

Definition Classes
Inherited from:
ExternalModule
Source
ExternalModule.scala
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Module -> Any
Inherited from:
Module
Source
Module.scala

Concrete fields

Attributes

Source
Dependency.scala

Implicits

Inherited implicits

implicit def moduleNestedCtx: Nested

Attributes

Inherited from:
Module
Source
Module.scala