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?