Skip to content

Commit

Permalink
feat(SerenityBDD): Updated the Serenity BDD jar to 1.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-molak committed Apr 2, 2018
1 parent 0b970c8 commit 0c275c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ export interface Configuration {
}

export const defaults: Configuration = {
artifact: 'net.serenity-bdd:serenity-cli:jar:all:1.8.0',
repository: 'https://dl.bintray.com/serenity/maven/',
artifact: 'net.serenity-bdd:serenity-cli:jar:jar-with-dependencies:1.9.4',
repository: 'https://repo.maven.apache.org/maven2/',
cacheDir: path.resolve(__dirname, '../.cache'),
reportDir: path.resolve(process.cwd(), 'target/site/serenity'),
featuresDir: path.resolve(process.cwd(), 'features'),
Expand Down

0 comments on commit 0c275c5

Please sign in to comment.