Spark update
NAME
spark-update - Update one or more dependencies.
SYNOPSIS
spark update
[options] [dep]
DESCRIPTION
Update one or more dependencies.
The argument dep is a path to the dependency you want to update.
Spark will update to the latest version on the ref you specified for the dependency when you ran spark install
.
If no argument is provided, then all dependencies are updated.
OPTIONS
Common Options
-h
--help
Prints help information.
EXAMPLES
-
Update a dependency:
spark update lib/solmate
-
Update all dependencies:
spark update