Packages

case object BuildInfo extends Product with Serializable

This object was generated by sbt-buildinfo.

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BuildInfo
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val bspVersion: String

    The value is "2.0.0-M13".

  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. 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").

  13. val millScipVersion: String

    The value is "0.3.6".

  14. val minimalMillVersion: String

    The value is "0.10.0".

  15. val mtagsVersion: String

    The value is "1.2.2".

  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. def productElementName(n: Int): String
    Definition Classes
    Product
  20. def productElementNames: Iterator[String]
    Definition Classes
    Product
  21. val sbtSourcegraphVersion: String

    The value is "0.4.3".

  22. val sbtVersion: String

    The value is "1.9.9".

  23. val scala211: String

    The value is "2.11.12".

  24. val scala212: String

    The value is "2.12.19".

  25. val scala213: String

    The value is "2.13.13".

  26. val scala3: String

    The value is "3.3.3".

  27. val scalaVersion: String

    The value is "2.13.13".

  28. val semanticdbKotlincVersion: String

    The value is "0.4.0".

  29. 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")).

  30. val semanticdbVersion: String

    The value is "4.9.3".

  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. val toString: String
    Definition Classes
    BuildInfo → AnyRef → Any
  33. val version: String

    The value is "0.10.0".

  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped