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
It doesn't work so well for one of our internal libraries which are versioned as YYYY.MM.DD.V (ie year/month/day/patch) and which frequently have multiple release at V per day. You would need to merge and re-run scala-steward at least twice every time to get to the latest version.
It would be helpful if we could configure scala steward to always try and update some libraries to the latest version.
The text was updated successfully, but these errors were encountered:
Scala Steward has a really neat semantic versioning targeted update selection strategy as well described in the How does Scala Steward decide what version it is updating to? section of the FAQ.
It doesn't work so well for one of our internal libraries which are versioned as
YYYY.MM.DD.V
(ie year/month/day/patch) and which frequently have multiple release atV
per day. You would need to merge and re-run scala-steward at least twice every time to get to the latest version.It would be helpful if we could configure scala steward to always try and update some libraries to the latest version.
The text was updated successfully, but these errors were encountered: