case object BuildInfo extends Product with Serializable
This object was generated by sbt-buildinfo.
- Alphabetic
- By Inheritance
- BuildInfo
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val bspVersion: String
The value is "2.0.0-M13".
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val javacModuleOptions: Seq[String]
The value is scala.collection.immutable.Seq("-J--add-exports", "-Jjdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED", "-J--add-exports", "-Jjdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED", "-J--add-exports", "-Jjdk.compiler/com.sun.tools.javac.model=ALL-UNNAMED", "-J--add-exports", "-Jjdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED", "-J--add-exports", "-Jjdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED").
- val millScipVersion: String
The value is "0.3.6".
- val minimalMillVersion: String
The value is "0.10.0".
- val mtagsVersion: String
The value is "1.2.2".
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def productElementName(n: Int): String
- Definition Classes
- Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val sbtSourcegraphVersion: String
The value is "0.4.3".
- val sbtVersion: String
The value is "1.9.9".
- val scala211: String
The value is "2.11.12".
- val scala212: String
The value is "2.12.19".
- val scala213: String
The value is "2.13.13".
- val scala3: String
The value is "3.3.3".
- val scalaVersion: String
The value is "2.13.13".
- val semanticdbKotlincVersion: String
The value is "0.4.0".
- val semanticdbScalacVersions: Map[String, String]
The value is Map(("2.12.12" -> "4.8.4"), ("2.13.7" -> "4.8.4"), ("2.13.10" -> "4.8.10"), ("2.13.4" -> "4.8.4"), ("2.12.4" -> "4.1.9"), ("2.12.7" -> "4.2.3"), ("2.13.12" -> "4.8.10"), ("2.11.10" -> "4.1.9"), ("2.12.16" -> "4.8.10"), ("semanticdb-javac" -> "0.9.5"), ("2.12.18" -> "4.8.10"), ("2.13.8" -> "4.8.10"), ("2.13.11" -> "4.8.10"), ("2.12.11" -> "4.8.4"), ("2.11.11" -> "4.1.9"), ("2.12.10" -> "4.8.4"), ("2.13.5" -> "4.8.4"), ("2.12.15" -> "4.8.10"), ("2.12.3" -> "2.1.3"), ("2.13.2" -> "4.8.4"), ("2.11.9" -> "4.1.9"), ("2.12.17" -> "4.8.10"), ("2.12.6" -> "4.1.9"), ("2.12.5" -> "4.1.9"), ("2.13.1" -> "4.8.4"), ("2.13.0" -> "4.6.0"), ("2.11.12" -> "4.8.10"), ("2.12.14" -> "4.8.4"), ("2.13.0-RC1" -> "4.1.11"), ("2.12.13" -> "4.8.4"), ("2.13.3" -> "4.8.4"), ("2.13.6" -> "4.8.4"), ("2.12.9" -> "4.8.4"), ("2.12.8" -> "4.5.13"), ("2.13.9" -> "4.8.10")).
- val semanticdbVersion: String
The value is "4.9.3".
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val toString: String
- Definition Classes
- BuildInfo → AnyRef → Any
- val version: String
The value is "0.10.0".
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()