forge-update - Update one or more dependencies.
forge update [options] [dep]
Update one or more dependencies.
The argument dep is a path to the dependency you want to update.
Forge will update to the latest version on the ref you specified for the dependency when you ran forge install.
If no argument is provided, then all dependencies are updated.
{{#include common-options.md}}
-
Update a dependency:
forge update lib/solmate
-
Update all dependencies:
forge update