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.
2 parents d04fe10 + 40a2cbe commit 231c22eCopy full SHA for 231c22e
sbtplugin/src/main/scala/com/typesafe/tools/mima/plugin/MimaPlugin.scala
@@ -61,7 +61,7 @@ object MimaPlugin extends AutoPlugin {
61
62
mimaPreviousArtifacts.value.iterator.map { m =>
63
val nameMod = CrossVersion(m, scalaModuleInfoV).getOrElse(idFun)
64
- val id = m.withName(nameMod(m.name))
+ val id = m.withName(nameMod(Project.normalizeModuleID(m.name)))
65
id -> SbtMima.getPreviousArtifact(id, ivy, taskStreams)
66
}.toMap
67
},
0 commit comments