Skip to content
This repository has been archived by the owner on Apr 22, 2020. It is now read-only.

Enforce Libraries Binary Compatibles #638

Closed
juanpedromoreno opened this issue Sep 19, 2017 · 0 comments
Closed

Enforce Libraries Binary Compatibles #638

juanpedromoreno opened this issue Sep 19, 2017 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@juanpedromoreno
Copy link
Member

juanpedromoreno commented Sep 19, 2017

The plugin should check if libraries in the catalog are binary compatible, in order to prevent issues when using its default values.

At this moment, the plugin skips this lack of checking providing a custom DSL to use the library versions that fit better on the project using sbt-org-policies. For example:

%%("http4s") => by default will use the last one: "0.18.0-M1"

But you could use it in this way, to force the use of a different version of the artifact:

%%("http4s", "0.17.0-M3")

We could make this enforcement as a part of the existing autocheck task: https://github.com/47deg/sbt-org-policies/blob/4c615587575f654a9fce3f58dd25a55987b80c44/autocheck/build.sbt#L34

@juanpedromoreno juanpedromoreno added enhancement New feature or request help wanted Extra attention is needed labels Sep 19, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant