Packages

object ScalaVersions

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScalaVersions
  2. AnyRef
  3. 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. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. def dialectForDependencyJar(filename: String): Dialect
  7. def dialectForScalaVersion(scalaVersion: String, includeSource3: Boolean): Dialect

    Select scalameta dialect for a Scala version

    Select scalameta dialect for a Scala version

    includeSource3

    if to use dialect with Source3, which will parse Scala 2 code that compiles with the -Xsource:3 flag. In some cases where we don't use diagnostics it makes sense to always use Source3 dialects.

  8. def dropVendorSuffix(version: String): String

    Non-Lightbend compilers often use a suffix, such as -bin-typelevel-4

  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. def fmtDialectForScalaVersion(scalaVersion: String, includeSource3: Boolean): ScalafmtDialect
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  14. def isDeprecatedScalaVersion(version: String): Boolean
  15. def isFutureVersion(scalaVersion: String): Boolean
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. val isLatestScalaVersion: Set[String]
  18. def isScala3Milestone(version: String): Boolean
  19. def isScala3Version(scalaVersion: String): Boolean
  20. def isSupportedAtReleaseMomentScalaVersion(version: String): Boolean
  21. def isSupportedScalaBinaryVersion(scalaVersion: String): Boolean
  22. def latestBinaryVersionFor(scalaVersion: String): Option[String]
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  26. def recommendedVersion(scalaVersion: String): String
  27. def scalaBinaryVersionFromFullVersion(scalaVersion: String): String
  28. def scalaBinaryVersionFromJarName(filename: String): String

    Extract scala binary version from dependency jar name.

    Extract scala binary version from dependency jar name. The version that starts from _ prefix takes more precedence. Example: scala-library-2.13.5 -> 2.13 some-library_2.13-4.5.0 -> 2.13 some-library_2.13-2.11 -> 2.13

  29. def supportedScala3Versions: Set[String]
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped