Skip to content

Instantly share code, notes, and snippets.

@dgadiraju
Last active May 15, 2017 04:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dgadiraju/de19e06e627e3b63d75adcf91baef5a1 to your computer and use it in GitHub Desktop.
Save dgadiraju/de19e06e627e3b63d75adcf91baef5a1 to your computer and use it in GitHub Desktop.
name := "hw"
version := "1.0"
scalaVersion := "2.11.8"
libraryDependencies += "com.typesafe" % "config" % "1.3.1"
libraryDependencies += "mysql" % "mysql-connector-java" % "5.1.36"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment