Are there any plans to release this library cross compiled to Scala 2.12?
Currently, I am getting this error:
NoSuchMethodError: scala.Predef$.refArrayOps([Ljava/lang/Object;)Lscala/collection/mutable/ArrayOps;
The code runs on a databricks cluster running Scala 2.11, but does not run on Scala 2.12.