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
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?
The text was updated successfully, but these errors were encountered:
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
?The text was updated successfully, but these errors were encountered: