Merge pull request #354 from eed3si9n/wip/pvp

Use evalPvp
This commit is contained in:
eugene yokota 2020-12-20 17:27:31 -05:00 committed by GitHub
commit 28a77a39df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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))