tkawachi / sbt-lock

Gemfile.lock for sbt
75 stars 12 forks source link

multi scope #33

Open npeters opened 4 years ago

npeters commented 4 years ago

It some time useful du lock some scope like test or runtime. I added the scope on each module on the lockfile. It possible to configure sbtLockScopes for limiting the scope list. The default list is: "compile", "runtime", "test", "provided"