Speeding up SBT-assembly Speeding up SBT-assembly jenkins jenkins

Speeding up SBT-assembly


You could assemble a common dependency jar that has all the dependencies all your microservices need, which you would only need to build once. Then you could assemble jars for each of the microservices without any of the dependencies.

See "Splitting your project and deps JARs".