BuildInfo

case object BuildInfo
This object was generated by sbt-buildinfo.
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredMonoType = Singleton
Inhertied from
Singleton
type MirroredElemLabels = EmptyTuple
Inhertied from
Singleton
type MirroredType = Singleton
Inhertied from
Singleton
type MirroredLabel <: String
The name of the type
Inhertied from
Mirror
type MirroredElemTypes = EmptyTuple
Inhertied from
Singleton

Value members

Fields

val name: String
The value is "FingerTree".
val organization: String
The value is "de.sciss".
val version: String
The value is "1.5.5".
val scalaVersion: String
The value is "3.0.0-M3".
val description: String
The value is "A Scala implementation of the versatile purely functional data structure of the same name.".
val homepage: URL
The value is new java.net.URL("https://git.iem.at/sciss/FingerTree").
val license: String
The value is "LGPL v2.1+".
override val toString: String

Inherited methods

def productElementNames: Iterator[String]
Inhertied from
Product
def productIterator: Iterator[Any]
Inhertied from
Product
def fromProduct(p: Product): MirroredMonoType
Inhertied from
Singleton