bleep build update-deps
update every dependency in bleep.yaml to its newest available version
Synopsis
bleep build update-deps [flags]
Flags
| Flag | Description |
|---|---|
--steward | Use same upgrade strategy as Scala Steward. Updates to the latest patch version at the same minor and major version. If the dependency is already on the latest patch version, it updates to the latest minor version at the same major version. And if the dependency is already on the latest minor version, it updates to the latest major version. |
--prerelease | Allow upgrading to prerelease version if there is any. |