Skip to content

Instantly share code, notes, and snippets.

@mkovacek
Created July 30, 2016 14:54
Show Gist options
  • Save mkovacek/9ca2e0d0c1dabecb95d5259fc1366307 to your computer and use it in GitHub Desktop.
Save mkovacek/9ca2e0d0c1dabecb95d5259fc1366307 to your computer and use it in GitHub Desktop.
name := """play-scala"""
version := "1.0-SNAPSHOT"
lazy val root = (project in file(".")).enablePlugins(PlayScala)
scalaVersion := "2.11.7"
libraryDependencies ++= Seq(
jdbc,
cache,
ws,
"org.scalatestplus.play" %% "scalatestplus-play" % "1.5.1" % Test,
"mysql" % "mysql-connector-java" % "5.1.36"
)
resolvers += "scalaz-bintray" at "http://dl.bintray.com/scalaz/releases"
fork in run := true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment