lightbend / sbt-whitesource

An sbt plugin to keep your WhiteSource project up to date
Apache License 2.0
10 stars 8 forks source link

Add & CI-enforce MiMa #24

Closed dwijnand closed 6 years ago

dwijnand commented 6 years ago

I noticed that this is missing.

raboof commented 6 years ago

I'm not sure I'd care since an sbt plugin is rarely a transitive dependency, but ofc no objection either.

dwijnand commented 6 years ago

Mostly I'm interested in not breaking backwards compatibility, so MiMa will ensure that by enforcing the binary API.

But WRT transitive dependencies, having an sbt plugin to bring in other plugins is fairly common (sbt/sbt-houserules, playframework/interplay, scala/sbt-scala-module).