kitlangton / scala-update

Update your Scala dependencies interactively
Apache License 2.0
133 stars 18 forks source link

Run non-interactively #19

Open kitlangton opened 2 years ago

kitlangton commented 2 years ago

Add the ability to run Scala-update non-interactively, as a regular shell tool. This should update all projects to newest version (up to optional type, with optional artifact/group filter as well).

scala-update --type major --filter *zio*

Suggested by @jackcviers 😄