Found via scalacenter/scalafix#1673.
When mimaPreviousArtifacts is already set by another plugin that happens to run before SbtVersionPolicyPlugin, the value gets overriden (in the case of Scalafix, mimaPreviousArtifacts is set to compare module_2.13.$n against module_2.13.${n-1} through a local plugin for example).
Suggestion: when the value is already set (non-empty), do not provide a default.
Found via scalacenter/scalafix#1673.
When
mimaPreviousArtifactsis already set by another plugin that happens to run beforeSbtVersionPolicyPlugin, the value gets overriden (in the case of Scalafix,mimaPreviousArtifactsis set to comparemodule_2.13.$nagainstmodule_2.13.${n-1}through a local plugin for example).Suggestion: when the value is already set (non-empty), do not provide a default.