Method | Description |
---|---|
xsbti.ScalaProvider.compilerJar() |
Only `jars` can be reliably provided for modularized Scala. (Since 0.13.0)
|
xsbti.ApplicationID.crossVersioned() |
This method is no longer used if the crossVersionedValue method is available.
|
xsbti.ScalaProvider.libraryJar() |
Only `jars` can be reliably provided for modularized Scala. (Since 0.13.0)
|
xsbti.AppProvider.mainClass() |
("use entryPoint instead")
Note: This will throw an exception if the launched application does not extend AppMain.
|
Enum Constant | Description |
---|---|
xsbti.Predefined.ScalaToolsReleases |
use
Predefined.SonatypeOSSReleases instead. |
xsbti.Predefined.ScalaToolsSnapshots |
use
Predefined.SonatypeOSSSnapshots instead. |