@sharable final object ScalaVersion

Methods for parsing ScalaVersions

Constructors

Members

private val R : Regex
val current : ScalaVersion

The version of the compiler running now

The version of the compiler running now

private val dash : String
private val dot : String
private def not ( s: String ) : String
def parse ( versionString: String ) : Try [ ScalaVersion ]