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
We'd like to only update some library every 30 days. For example, AWS has a new build almost every single day and it is quite noisy. We had following configurations but seems Steward is unable to respect the update frequency when version number is stored in a value in build.sbt.
This dependencyOverrides config seems to be working as expected for other case, i.e where version number shows in place right after the artifact id.
The text was updated successfully, but these errors were encountered:
jweng
changed the title
Unable to ignore update frequency when version number is stored as a val
Unable to respect update frequency when version number is stored as a val
Feb 27, 2024
We'd like to only update some library every 30 days. For example, AWS has a new build almost every single day and it is quite noisy. We had following configurations but seems Steward is unable to respect the update frequency when version number is stored in a value in
build.sbt
.and in
.scalafmt.conf
:This
dependencyOverrides
config seems to be working as expected for other case, i.e where version number shows in place right after the artifact id.The text was updated successfully, but these errors were encountered: