You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix for sbt 0.13/1.x compatibility
In sbt 0.13, dependencyOverrides is a Set[ModuleID], but in
sbt 1.x it is a Seq[ModuleID], instead. So, use a more generic
type in fixOverrides2().