shade
shade copied to clipboard
Usage with Scala version 2.13
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?
This'll add support for Scala 2.13 - https://github.com/monix/shade/pull/67