Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Commit

Permalink
Signers update (#411)
Browse files Browse the repository at this point in the history
* Updated signers to 1.0.23

* Added .vscode to gitignore file
  • Loading branch information
lucassaldanha committed Dec 20, 2021
1 parent 5d2c54b commit 497a194
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 @@ -26,3 +26,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 @@ -72,7 +72,7 @@ dependencyManagement {
entry 'crypto'
}

dependencySet(group: 'tech.pegasys.signers.internal', version: '1.0.20') {
dependencySet(group: 'tech.pegasys.signers.internal', version: '1.0.23') {
entry 'keystorage-hashicorp'
entry 'signing-secp256k1-api'
entry 'signing-secp256k1-impl'
Expand Down

0 comments on commit 497a194

Please sign in to comment.