Hi,
I have some Scala projects structured for Maven.
I want to add SBT build scripts for them but I don't wanna duplicate the codebase.
What's the best practice for maintaining both Maven and SBT build scripts with a single project codebase?
Cheers,
Galder