- Nothing
- Uses SBT's
classDirectoryandtargetkeys to get the directory containing compiled code and the "target" directory to output, rather than hardcoding relative paths (which may not be correct in a multi-module or cross-compiled build)- This means that the swagger docs will now be output to the
targetdirectory of the project that it is run on, not the root projecttargetdir in a multi-module project.
- This means that the swagger docs will now be output to the
¯\_(ツ)_/¯