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
I am trying to write a script to automatically step the version of a certain dependency, the first step of which is to extract the latest version of it with sbt-updates:
Hi.
Have you considered depencencyUpdatesReport task? It writes the report to a text file and I think there should be no special characters.
Another option is to write your automation as an SBT task and get the updates data from dependencyUpdatesData
I am trying to write a script to automatically step the version of a certain dependency, the first step of which is to extract the latest version of it with sbt-updates:
Which looks fine until I try to trim the trailing whitespaces:
This is quite unfriendly when scripting. Could there be a cleaner output?
The text was updated successfully, but these errors were encountered: