scala-steward
scala-steward copied to clipboard
Artifact migration fails if version and groupId/artifactId are in different files
See #1978.
I think the easiest way to rename groupIds/artifactIds in this case is by decoupling the renaming from the version bump in UpdateHeuristics
and have a separate step in EditAlg
that just does the renaming.