Skip to content

Commit

Permalink
feat(serenity-bdd): support for Serenity BDD CLI v4.0.40
Browse files Browse the repository at this point in the history
Related tickets: re #1147
  • Loading branch information
jan-molak committed Jan 11, 2024
1 parent 5811f6b commit 271068e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/serenity-bdd/src/cli/defaults.ts
Expand Up @@ -14,7 +14,7 @@
* @public
*/
export const defaults = {
artifact: 'net.serenity-bdd:serenity-cli:jar:4.0.31',
artifact: 'net.serenity-bdd:serenity-cli:jar:4.0.40',
repository: 'https://repo1.maven.org/maven2/',
cacheDir: 'node_modules/@serenity-js/serenity-bdd/cache',
sourceDir: 'target/site/serenity',
Expand Down

0 comments on commit 271068e

Please sign in to comment.