I\'m trying to build a Scala jar file to run it in spark.
I\'m following this tutorial.
when trying to build jar file using sbt as here, i\'m facing with following error
spark-core_2.10.4;1.0.2 means that it is build on top of scala 2.10 vesion.
so you have to specified this scalaVersion := "2.10.4" in your build file.
Please check your .sbt file and change accordingly.