I am trying to use SBT to create a project that depends on improving the bytecode. Basically, I need to run some code after compile, using the class path in the current area (so that the team can find the classes to change), and then make sure it compiledoesn't start again after that to cancel the extension.
I use SBT 0.13.12 if that matters.
source
share