Fixes #2464. Actually reorganize appResolvers#2467
Merged
dwijnand merged 2 commits intosbt:0.13.10from Feb 21, 2016
Merged
Conversation
Fixes sbt#2464 and Fixes sbt#2465 appResolvers is a set of resolvers specified in the launcher configuration. This list fluctuates depending on the version of sbt, and sbt 0.13.10 meant to stabilize it by weeding out JCenter even when it includes it, which failed when I applied the filter on the wrong list. This should correct it.
Member
|
The change look good. But could I ask you to add the test I added in #2466 please: |
Member
Author
|
Done |
Member
|
All green, good to go. |
dwijnand
added a commit
that referenced
this pull request
Feb 21, 2016
Fixes #2464. Actually reorganize appResolvers
This was referenced Feb 23, 2016
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.
Fixes #2464 and Fixes #2465
appResolversis a set of resolvers specified in the launcher configuration.This list fluctuates depending on the version of sbt, and sbt 0.13.10
meant to stabilize it by weeding out JCenter even when it includes it,
which failed when I applied the filter on the wrong list. This should
correct it.
/review @dwijnand