Skip to content

Instantly share code, notes, and snippets.

@fayimora
Created September 30, 2013 14:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fayimora/4419531fa41f94f58aa4 to your computer and use it in GitHub Desktop.
Save fayimora/4419531fa41f94f58aa4 to your computer and use it in GitHub Desktop.
name := "blog"
version := "0.0.1"
scalaVersion := "2.10.2"
libraryDependencies ++= Seq(
jdbc,
cache,
"org.webjars" %% "webjars-play" % "2.1.0-3",
"org.webjars" % "bootstrap" % "3.0.0",
"org.webjars" % "jquery" % "1.9.0",
"com.typesafe.slick" % "slick_2.10" % "1.0.1",
"org.scalatest" % "scalatest_2.10" % "2.0.M7" % "test",
"org.seleniumhq.selenium" % "selenium-java" % "2.35.0" % "test",
"postgresql" % "postgresql" % "9.1-901.jdbc4"
// exclude("org.scala-stm", "scala-stm_2.10.0") exclude("play", "*")
)
play.Project.playScalaSettings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment