kitlangton / given

A tool for interactively updating your Scala dependencies.
42 stars 1 forks source link
cli dependencies scala tooling

Δ GIVEN

A tool for interactively updating your Scala dependencies.

Example

Execute given in the root of any Scala project, and you'll be presented with a list of version updates:

CleanShot 2024-06-06 at 07 54 48@2x

Select whichever versions you'd like to update, and then hit enter. Voila!

CleanShot 2024-06-06 at 07 55 45@2x

Installation

Homebrew

To install Δ GIVEN using Homebrew, you can run the following command:

brew tap kitlangton/tap
brew install given

Cargo

To install Δ GIVEN using Cargo, you can run the following command:

cargo install given

Video Demo

GIVEN VIDEO DEMO