Skip to content
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.

Commit

Permalink
Updated screenplay dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wakaleo committed Jun 3, 2016
1 parent a72218d commit 6e13896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ configurations.all {
dependencies {
compile "net.serenity-bdd:serenity-core:${serenityCoreVersion}"
compile "net.serenity-bdd:serenity-screenplay:${serenityCoreVersion}"
compile "net.serenity-bdd:browse-the-web:${serenityCoreVersion}"
compile "net.serenity-bdd:serenity-screenplay-webdriver:${serenityCoreVersion}"
compile "info.cukes:cucumber-java:${cucumberJVMVersion}"
compile("info.cukes:cucumber-junit:${cucumberJVMVersion}") {
exclude group: "junit"
Expand Down

0 comments on commit 6e13896

Please sign in to comment.