Skip to content

Instantly share code, notes, and snippets.

@erwan
Created March 13, 2015 11:10
Show Gist options
  • Save erwan/baa05abc4ab004d0d95f to your computer and use it in GitHub Desktop.
Save erwan/baa05abc4ab004d0d95f to your computer and use it in GitHub Desktop.
name := "common"
resolvers += "Typesafe Releases" at "http://repo.typesafe.com/typesafe/releases/"
libraryDependencies ++= Seq(
"org.reactivemongo" %% "play2-reactivemongo" % "0.10.5.0.akka23",
"com.newrelic.agent.java" % "newrelic-api" % "2.21.3",
"org.apache.httpcomponents" % "httpclient" % "4.3.2",
"org.apache.httpcomponents" % "httpclient" % "4.3.2")
TwirlKeys.templateImports ++= Seq(
"_root_.common.models._",
"_root_.common.{ Ctx, Wroom }",
"_root_.common.utils.{ Router => R }",
"_root_.common.models.PartialRepository")
incOptions := incOptions.value.withNameHashing(true)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment