Created
April 3, 2015 08:58
-
-
Save terjokhin/be1d50c3e0af655a0714 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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