Ensure sbt detects version incompatibilities #241
Merged
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.
This PR #38 (comment) set the json's dependency required as "provided" but we are not entirely clearly sure why thta was needed.
ref: https://www.baeldung.com/maven-dependency-scopes#bd-2-provided
It caused problem now because we are not able to see sbt checking on incompatible version, thanks to work done in gha-scala-release where we expect incompatible version fatal errors - https://github.com/guardian/gha-scala-library-release-workflow/blob/add-configuration-guidence/docs/configuration.md#recommended-sbt-plugins
co-authored with @rtyley along with @emdash-ie
How to test
Try change version for capi-model-scala-client to older version so that while running test/compile sbt should point out the issues in incomptaible versions.
How can we measure success?
warnings/errors should be on sbt terminal
Have we considered potential risks?
Images