case object Versions extends Product with Serializable
This object was generated by sbt-buildinfo.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Versions
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- 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
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val coursier: String
The value is "2.1.24".
- 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 name: String
The value is "core".
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val nightly: String
The value is "0.14.2".
- 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 sbtVersion: String
The value is "1.10.7".
- val scala212: String
The value is "2.12.20".
- val scala213: String
The value is "2.13.16".
- val scala33: String
The value is "3.3.5".
- val scala35: String
The value is "3.5.2".
- val scala36: String
The value is "3.6.3".
- val scala3LTS: String
The value is "3.3.5".
- val scala3Next: String
The value is "3.6.3".
- val scalaVersion: String
The value is "2.13.16".
- val scalameta: String
The value is "4.13.1.1".
- val stableVersion: String
The value is "0.14.2".
- val supportedScalaVersions: Seq[String]
The value is scala.collection.immutable.Seq("2.12.20", "2.13.16", "3.3.5", "3.5.2", "3.6.3").
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val toString: String
- Definition Classes
- Versions → AnyRef → Any
- val version: String
The value is "0.14.2".
- 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()