Skip to content

Commit

Permalink
test: bump serenity plugin
Browse files Browse the repository at this point in the history
Signed-off-by: Allain Magyar <allain.magyar@iohk.io>
  • Loading branch information
amagyar-iohk committed Apr 25, 2024
1 parent 2daeaad commit 6548c6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tests/end-to-end/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ notes
out/
!**/src/main/**/out/
!**/src/test/**/out/
.run

### Eclipse ###
.apt_generated
Expand All @@ -41,4 +42,4 @@ bin/
.vscode/

### Mac OS ###
.DS_Store
.DS_Store
2 changes: 1 addition & 1 deletion tests/end-to-end/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
idea
java
id("com.github.ben-manes.versions") version "0.47.0"
id("net.serenity-bdd.serenity-gradle-plugin") version "4.0.1"
id("net.serenity-bdd.serenity-gradle-plugin") version "4.0.46"
}

group = "io.iohk.atala.prism"
Expand Down

0 comments on commit 6548c6d

Please sign in to comment.