BuildSbt

object BuildSbt
Companion
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

final case class GlobalSettings(globalSettings: Settings) extends AnyVal
Companion
object
Companion
class
final case class ProjectSettings(projectSettings: Settings) extends AnyVal
Companion
object
Companion
class
final case class Settings(groupId: Option[GroupId], artifactId: Option[ArtifactId], version: Option[Version], scalaVersion: Option[ScalaVersion], repositories: List[Repository], dependencies: List[Dependency])
Companion
object
object Settings
Companion
class
final case class ThisBuildSettings(thisBuildSettings: Settings) extends AnyVal
Companion
object
Companion
class

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Concrete methods

def render(buildSbt: BuildSbt, propsName: PropsName, libsName: LibsName): String
def renderListOfFieldValue[A](prefix: Option[String], as: List[A], indentSize: Int)(render: A => RenderedString)(`evidence$3`: Named[A]): Option[String]
def toFieldValue[A](prefix: Option[String], propsName: PropsName, a: A)(`evidence$1`: Named[A], `evidence$2`: Render[A]): String