| import AssemblyKeys._ | |
| assemblySettings | |
| name := "example-scala-local-helloworld" | |
| organization := "org.sample" | |
| libraryDependencies ++= Seq( | |
| "io.prediction" %% "core" % "0.9.1" % "provided", | |
| "io.prediction" %% "data" % "0.9.1" % "provided", | |
| "org.apache.spark" %% "spark-core" % "1.2.0" % "provided") |