Skip to content

Instantly share code, notes, and snippets.

@terjokhin
Created April 3, 2015 08:58
Show Gist options
  • Select an option

  • Save terjokhin/be1d50c3e0af655a0714 to your computer and use it in GitHub Desktop.

Select an option

Save terjokhin/be1d50c3e0af655a0714 to your computer and use it in GitHub Desktop.
name := """PizzaInitial1"""
version := "1.0-SNAPSHOT"
lazy val root = (project in file(".")).enablePlugins(PlayScala)
scalaVersion := "2.11.1"
resolvers ++= Seq(
"RoundEights" at "http://maven.spikemark.net/roundeights"
)
libraryDependencies ++= Seq(
jdbc,
anorm,
cache,
ws,
"com.roundeights" %% "mailgun-scala" % "0.2"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment