I have a very simple snipper of Spark code which was working on Scala 2.11 and stop compiling after 2.12.
import spark.implicits._ val ds = Seq("val").t