mirror of https://github.com/sbt/sbt.git
Use evalPvp
Follow-up on https://github.com/sbt/librarymanagement/pull/352
This commit is contained in:
parent
7547f67294
commit
dc0d873f7b
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in New Issue