Skip to content

Commit

Permalink
Interpolate step level tags and report deprecation error even if step…
Browse files Browse the repository at this point in the history
… contains Try annotation
  • Loading branch information
bjuric committed Sep 20, 2024
1 parent d0908f5 commit 35695d2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
3.74.2
======
20 September 2024
- Update Gwen core from v3.63.1 to v[3.63.2](https://github.com/gwen-interpreter/gwen/releases/tag/v3.63.2)
- Interpolate step level tags
- Report deprecation error even if step contains `@Try`

3.74.1
======
19 September 2024
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
enablePlugins(GitVersioning)

// gwen core & web versions
val gwenVersion = "3.63.1"
val gwenWebVersion = "3.74.1"
val gwenVersion = "3.63.2"
val gwenWebVersion = "3.74.2"

git.baseVersion := gwenWebVersion
git.useGitDescribe := true
Expand Down

0 comments on commit 35695d2

Please sign in to comment.