Skip to content

Commit

Permalink
Signers update to 1.0.23 (#474)
Browse files Browse the repository at this point in the history
* Added .vscode to gitignore file

* Upgrading signers to 1.0.23
  • Loading branch information
lucassaldanha authored Dec 20, 2021
1 parent d397de9 commit 85966fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ tmp/
build/
out/
docker/reports/*
.vscode
2 changes: 1 addition & 1 deletion gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ dependencyManagement {

dependency 'tech.pegasys:jblst:0.3.3-1'

dependencySet(group: 'tech.pegasys.signers.internal', version: '1.0.19') {
dependencySet(group: 'tech.pegasys.signers.internal', version: '1.0.23') {
entry 'bls-keystore'
entry 'keystorage-hashicorp'
entry 'keystorage-azure'
Expand Down

0 comments on commit 85966fd

Please sign in to comment.