Skip to content

A tool for interactively updating your Scala dependencies.

Notifications You must be signed in to change notification settings

kitlangton/given

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Δ 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
GIVEN VIDEO DEMO