Skip to content

Support updating libraries to the latest version #376

@tengstrand

Description

@tengstrand

Today we can execute poly libs :outdated to show outdated libraries, e.g.:

libs-outdated

This is helpful, but the tool doesn't update the files for us. That we have to do manually.

Here we suggest that poly libs :update should update all the libraries to the latest version in all deps.edn files. This can be implemented by using the antq.api/upgrade-deps! function.

It should be possible to leave the library version for bricks and projects untouched, by adding a :keep-lib-versions key to :bricks or :projects in workspace.edn:

:bricks {"shell" {:keep-lib-versions [org.jline/jline]}}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions