ProjectSettings

sbt.internal.DslEntry$.ProjectSettings
See theProjectSettings companion object
sealed trait ProjectSettings extends DslEntry

Represents a DSL entry which adds settings to the current project.

Attributes

Companion:
object
Graph
Supertypes
trait DslEntry
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Abstract methods

def toSettings: Seq[Setting[_]]

Inherited methods

def withPos(pos: RangePosition): DslEntry

Called by the parser. Sets the position where this entry was defined in the build.sbt file.

Called by the parser. Sets the position where this entry was defined in the build.sbt file.

Attributes

Inherited from:
DslEntry