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
Scala 3.5 introduces gradual changes to rules prioritization #19300 , these now (3.5) warn about selected implicit, and would start yielding errors in the future (3.6).
These changes lead to multiple warnings/errors in real-world projects like lichess-org/lila. We should identify the patterns in which warnings occur and provide a guide/migration steps on how to deal with them. Especially how to deal with changed resolved targets.