When running with Scala 2.13 it turns up with java.lang.ClassNotFoundException: scala.Serializable using monix shade version "io.monix" % "shade_2.12" % "1.10.0".
But works if we use with Scala version 2.12.
Do we have a way to use with Scala 2.13 or this library to be compiled to 2.13?
When running with Scala
2.13
it turns up withjava.lang.ClassNotFoundException: scala.Serializable
using monix shade version"io.monix" % "shade_2.12" % "1.10.0"
.But works if we use with Scala version
2.12
.Do we have a way to use with Scala
2.13
or this library to be compiled to2.13
?