Scala
Detection
Scala applications are detected when the application contains a project/build.properties
file at the project root or if it has either a .sbt
or .scala
based build config file, such as a build.sbt
file.
Runtime
The project/build.properties
file defines the sbt.version
for the application.
project/build.properties
sbt.version=0.13.9
SBT versions between 0.11.0
and 1.x
, beta versions, and other pre-release versions are accepted.