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
Type of Keys.developers is SettingKey[List[Developer]]. And there is no Append.Sequence instance for List.
This seems to needs to change the type to Seq or add the instance. The former is simple fix, but maybe breaks compatibility.