But these documents refer to specific SBT versions installed. SBT will automatically down a scala compiler but that generally takes a few minutes. Does ciricleci already have a scala version installed or does it depend on downloading it on every test run? I would like to avoid downloading Scala on every compile.
@mdilawari perhaps by specifying a cache directory you can save on the dependency setup time per build. Add something like the following to circle.yml: