We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 608e57d commit 6343f73Copy full SHA for 6343f73
modules/core/src/main/scala/org/scalasteward/core/edit/update/Selector.scala
@@ -171,8 +171,8 @@ object Selector {
171
): List[VersionPosition] =
172
if (MillAlg.isMillMainUpdate(update))
173
versionPositions.filter(f =>
174
- f.version.path.endsWith(MillAlg.millVersionName) ||
175
- f.version.path.endsWith(MillAlg.millVersionNameInConfig)
+ f.version.path.endsWith(MillAlg.millVersionNameInConfig) ||
+ f.version.path.endsWith(MillAlg.millVersionName)
176
)
177
else List.empty
178
0 commit comments