Use evalPvp

Follow-up on https://github.com/sbt/librarymanagement/pull/352
This commit is contained in:
Eugene Yokota 2020-12-20 16:58:50 -05:00
parent 7547f67294
commit dc0d873f7b
1 changed files with 1 additions and 1 deletions

View File

@ -330,7 +330,7 @@ object EvictionWarning {
case (Some(_), Some(VersionSchemes.SemVerSpec)) =>
EvictionWarningOptions.guessSemVer
case (Some(_), Some(VersionSchemes.PackVer)) =>
EvictionWarningOptions.guessSecondSegment
EvictionWarningOptions.evalPvp
case _ => options.guessCompatible(_)
}
f((r.module, winnerOpt, module.scalaModuleInfo))