ScalaVersionUtil
scala.build.options.ScalaVersionUtil$
object ScalaVersionUtil
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ScalaVersionUtil.type
Members list
Type members
Classlikes
object CheckNightly
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
CheckNightly.type
object GetNightly
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
GetNightly.type
Value members
Concrete methods
def allMatchingVersions(maybeScalaVersionArg: Option[String], cache: FileCache[Task], repositories: Seq[Repository]): Seq[String]
def validateNonStable(scalaVersionStringArg: String, cache: FileCache[Task], repositories: Seq[Repository]): Either[ScalaVersionError, String]
def validateStable(scalaVersionStringArg: String, cache: FileCache[Task], repositories: Seq[Repository]): Either[ScalaVersionError, String]
Extensions
Extensions
extension (cache: FileCache[Task])(cache: FileCache[Task])
extension (sv: String)(sv: String)
extension (versionsResult: Result)(versionsResult: Result)
In this article