Currently lein voom freshen will freshen all possible top-level (non-profile) dependencies within a project. It seems likely that the following modes are desirable:
freshen only listed dependencies, i.e.: lein voom freshen foo bar
freshen only plugins
freshen only profiles
freshen top-level dependencies, plugins and profiles
interactive versions of the above, presenting yes/no/other-versions options for each freshenable project.
Currently
lein voom freshen
will freshen all possible top-level (non-profile) dependencies within a project. It seems likely that the following modes are desirable:lein voom freshen foo bar
There may be other modes as well.