Add ability to filter modules#32
Merged
stringbean merged 2 commits intostringbean:mainfrom Sep 17, 2022
Merged
Conversation
Contributor
Author
|
@stringbean sorry to bother you, but is it possible to review this? |
Owner
|
Sorry for the delay. This has been released in 1.4.0. |
dmitchellmim
added a commit
to dmitchellmim/sbt-dependency-lock
that referenced
this pull request
Oct 4, 2022
Similar to filtering modules (stringbean#32), this allows you to exclude certain configurations from the lockfile, such as the Test or Optional scopes.
dmitchellmim
added a commit
to dmitchellmim/sbt-dependency-lock
that referenced
this pull request
Oct 4, 2022
Similar to filtering modules (stringbean#32), this allows you to exclude certain configurations from the lockfile, such as the Test or Optional scopes.
stringbean
pushed a commit
that referenced
this pull request
Dec 19, 2022
Similar to filtering modules (#32), this allows you to exclude certain configurations from the lockfile, such as the Test or Optional scopes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I have a similar problem to #26, so here's my attempt to revive that pull request. In addition to that PR's changes, I updated the setting key as requested, added some
scriptedtests, and updated the documentation.