Skip to content

Instantly share code, notes, and snippets.

@DarylWM
Last active December 29, 2015 16:49
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 DarylWM/7700260 to your computer and use it in GitHub Desktop.
Save DarylWM/7700260 to your computer and use it in GitHub Desktop.
name := "sample-with-cucumber"
version := "1.0-SNAPSHOT"
libraryDependencies ++= Seq(
javaJdbc,
javaEbean,
cache
"info.cukes" % "cucumber-java" % "1.1.5" % "test",
"info.cukes" % "cucumber-junit" % "1.1.5" % "test"
)
play.Project.playJavaSettings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment