fix match warning

This commit is contained in:
João Ferreira 2024-10-07 23:39:05 +01:00
parent 885cca3204
commit 46452a2e9e
1 changed files with 1 additions and 1 deletions

View File

@ -937,7 +937,7 @@ private[sbt] trait CachedResolutionResolveEngine extends ResolveEngine {
}).mkString("(", ", ", ")")
)
}
case None =>
case _ =>
getSettings.getConflictManager(IvyModuleId.newInstance(organization, name)) match {
case ncm: NoConflictManager => (conflicts, Vector(), ncm.toString)
case _: StrictConflictManager =>