Skip to content

Instantly share code, notes, and snippets.

@stevef
Created October 11, 2013 20:00
Show Gist options
  • Save stevef/6941099 to your computer and use it in GitHub Desktop.
Save stevef/6941099 to your computer and use it in GitHub Desktop.
name := "tsn-api-live"
version := "1.0-SNAPSHOT"
libraryDependencies ++= Seq(
jdbc,
anorm,
cache,
"net.debasishg" % "redisclient_2.10" % "2.11"
)
play.Project.playScalaSettings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment