Closed
Description
We need to add https://github.com/lightbend/mima/ to our build and run its checks as part of our CI, disallowing both backward-incompatible and forward-incompatible change (that is, mimaCheckDirection
needs to be set to both
), eventually we'll also need to tweak it to allow forward-incompatible changes after a minor version bump.