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
Main change is that Error type is not covariant anymore. It allows to extend TypedFuture from AnyVal and now it's just a wrapper.
Few more methods were introduced like sequence, traverse and upliftError