mirror of https://github.com/sbt/sbt.git
fix match warning
This commit is contained in:
parent
885cca3204
commit
46452a2e9e
|
|
@ -937,7 +937,7 @@ private[sbt] trait CachedResolutionResolveEngine extends ResolveEngine {
|
||||||
}).mkString("(", ", ", ")")
|
}).mkString("(", ", ", ")")
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
case None =>
|
case _ =>
|
||||||
getSettings.getConflictManager(IvyModuleId.newInstance(organization, name)) match {
|
getSettings.getConflictManager(IvyModuleId.newInstance(organization, name)) match {
|
||||||
case ncm: NoConflictManager => (conflicts, Vector(), ncm.toString)
|
case ncm: NoConflictManager => (conflicts, Vector(), ncm.toString)
|
||||||
case _: StrictConflictManager =>
|
case _: StrictConflictManager =>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue