SbtProject

scala.cli.exportCmd.SbtProject
See theSbtProject companion object
final case class SbtProject(plugins: Seq[String], imports: Seq[String], settings: Seq[Seq[String]], sbtVersion: Option[String], mainSources: Seq[(SubPath, String, Array[Byte])], testSources: Seq[(SubPath, String, Array[Byte])]) extends Project

Attributes

Companion
object
Graph
Supertypes
class Project
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def +(other: SbtProject): SbtProject
def writeTo(dir: Path): Unit

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product