Skip to content

Instantly share code, notes, and snippets.

@codingricky
Last active December 29, 2015 23:29
Show Gist options
  • Save codingricky/7743064 to your computer and use it in GitHub Desktop.
Save codingricky/7743064 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