bleep build update-dep
update a single dependency (or every dependency from one organization) to the newest available version
Synopsis
bleep build update-dep <The dependency to update, alternatively only the organization name can be passed> [flags]
Arguments
| Argument | Type |
|---|---|
The dependency to update, alternatively only the organization name can be passed | one |
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. |