Using the ~run command, sbt will restart the executable for me whenever the source file changes. This is good, but if the goal is a long server process, sbt pauses until the child completes, so the source changes are not affected.
I would like to have an sbt monitor and recompile my sources, even when the target code is running, and restart the process in a successful build. Has anyone tried to install this?
sbt
Crosbie
source share