Skip to content

Instantly share code, notes, and snippets.

@dgadiraju
Last active February 21, 2017 10:37
Show Gist options
  • Save dgadiraju/b34b0d069b39ec61cc65621112824412 to your computer and use it in GitHub Desktop.
Save dgadiraju/b34b0d069b39ec61cc65621112824412 to your computer and use it in GitHub Desktop.
name := "wlabs"
version := "1.0"
scalaVersion := "2.11.8"
libraryDependencies += "mysql" % "mysql-connector-java" % "5.1.36"
libraryDependencies += "com.typesafe" % "config" % "1.3.1"
libraryDependencies += "org.apache.spark" % "spark-core_2.10" % "1.6.2"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment