stringbean / sbt-dependency-lock

sbt plugin for creating dependency lockfiles
https://stringbean.github.io/sbt-dependency-lock
Apache License 2.0
14 stars 6 forks source link

How this compares with tkawachi/sbt-lock #20

Closed jtjeferreira closed 3 years ago

jtjeferreira commented 3 years ago

Hi!

Could you write some words in README or here how this compares with https://github.com/tkawachi/sbt-lock?

timbertson commented 3 years ago

It sounds like the primary purpose is that this lockfile "can be checked to see what dependencies have changed". Whereas most lock solutions by default enforce their locked versions, rather than failing when the lockfile is out of sync.

stringbean commented 3 years ago

Apologies for the delay responding to this. Yes the main goal of this project is to better track the dependency changes. I've added a section to the docs comparing this to sbt-lock.

Forcing sbt to use what is in the lockfile is a feature that I want to add in a future version.