Skip to main content

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

ArgumentType
The dependency to update, alternatively only the organization name can be passedone

Flags

FlagDescription
--stewardUse 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.
--prereleaseAllow upgrading to prerelease version if there is any.