Is there a convenient way to automatically cross-build a sbt 0.10/0.11.x plugin against multiple sbt versions? I guess this is somewhat a chicken – egg problem but maybe someone has an idea how to solve this.
Note, I’m not looking for a scala cross-build, the question only targets sbt-plugins.
There isn’t really a convenient built-in way, no. I think it would be straightforward to write such a command. However, the plan is for binary compatibility within 0.12.x to make this less of a problem.