Basic set of settings enabling Scala.
Basic set of settings enabling Scala.js for a configuration.
The Compile and Test configurations of sbt are already equipped with
these settings. Directly using this method is only necessary if you want
to configure a custom configuration.
Moreover, if your custom configuration is similar in spirit to Compile
(resp. Test), you should use compileConfigSettings (resp.
testConfigSettings) instead.
Complete set of settings enabling Scala.
Complete set of settings enabling Scala.js for a Compile-like
configuration.
The Compile configuration of sbt is already equipped with these
settings. Directly using this method is only necessary if you want to
configure a custom Compile-like configuration.
Logs the current statistics about the global IR cache.
Complete set of settings enabling Scala.
Complete set of settings enabling Scala.js for a Test-like
configuration.
The Test configuration of sbt is already equipped with these settings.
Directly using this method is only necessary if you want to configure a
custom Test-like configuration, e.g., IntegrationTest.