I came across this detailed explanation on how to setup build.sbt
for Spark.
But then I read about the SBT plugin for Spark packages where apparently a single line like
https://github.com/databricks/sbt-spark-package
is OK as the plugin is doing the nasty work.
Is this understanding correct?