shade icon indicating copy to clipboard operation
shade copied to clipboard

Usage with Scala version 2.13

Open kr-pawan opened this issue 5 years ago • 1 comments

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?

kr-pawan avatar Aug 20 '20 05:08 kr-pawan

This'll add support for Scala 2.13 - https://github.com/monix/shade/pull/67

xBATx avatar Mar 18 '21 23:03 xBATx