Triggered Execution sbt provides the ability to monitor the input files for a particular task and repeat the task when changes to those files occur. Some example usages are described below: Compile A common use-case is continuous compilation. The following commands will make sbt watch for source changes in the Test and Compile (default) configurations respectively and re-run the compile command. >