You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
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 onscalapb-runtime
version 0.9.4 which is binary incompatible withscalapb-runtime
version 0.10.1 which is brought bymonix-redis
dependency, hence errors in runtime.I think
monix-redis
should exclude anyscalapb
dependency because why have them?The text was updated successfully, but these errors were encountered: