Skip to content

Commit

Permalink
Fix deprecated message
Browse files Browse the repository at this point in the history
  • Loading branch information
bjuric committed Sep 19, 2024
1 parent 7ad3bde commit d0908f5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
3.74.1
======
19 September 2024
- Update Gwen core from v3.63.0 to v[3.63.1](https://github.com/gwen-interpreter/gwen/releases/tag/v3.63.1)
- Fix deprecation msg

3.74.0
======
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.0"
val gwenWebVersion = "3.74.0"
val gwenVersion = "3.63.1"
val gwenWebVersion = "3.74.1"

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

0 comments on commit d0908f5

Please sign in to comment.