Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

monix-redis 0.6.0-RC-1 dependent on scalapb #652

Open
VladKopanev opened this issue Jun 3, 2021 · 3 comments
Open

monix-redis 0.6.0-RC-1 dependent on scalapb #652

VladKopanev opened this issue Jun 3, 2021 · 3 comments

Comments

@VladKopanev
Copy link

We are trying to use monix-redis version 0.6.0-RC-1 in our project, but at the same time, our project is dependent on scalapb-runtime version 0.9.4 which is binary incompatible with scalapb-runtime version 0.10.1 which is brought by monix-redis dependency, hence errors in runtime.
I think monix-redis should exclude any scalapb dependency because why have them?

@paualarco
Copy link
Member

paualarco commented Jun 3, 2021

Thanks for reporting this. You are right, ScalaPB dependency should not be included in the monix-redis artifact. The dependency is just used in tests so we need to avoid that.
For the time being, I think you could either force using 0.9.4 in your project or excluding the one that comes along with monix?

@VladKopanev
Copy link
Author

Yeah, no problems, I just added excludeAll(ExclusionRule(organization = "com.thesamet.scalapb") to my monix-redis dependency and it works fine.

@paualarco
Copy link
Member

Great!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants