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
For larger projects, the structured dependency information (JSON) overflows the buffer Scala Steward is using, resulting in an exception, but effectively no new dependency updates.
This is a long standing issue hard to solve by tweaking the JSON format alone. Projects like Mill, with a rich set of integration tests integrated in the build resulting in more that 2000 build modules, won't fit the concept.
The easiest alternative would be to use a exchange file instead of a limited buffer.