monix / shade

Memcached client for Scala
MIT License
106 stars 19 forks source link

Usage with Scala version 2.13 #66

Open kr-pawan opened 4 years ago

kr-pawan commented 4 years ago

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?

xBATx commented 3 years ago

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