Skip to content

Commit

Permalink
Update Teku libraries version to 21.9.2 (#435)
Browse files Browse the repository at this point in the history
-- provide support for Altair fork in mainnet

Signed-off-by: Usman Saleem <[email protected]>
  • Loading branch information
usmansaleem authored Oct 7, 2021
1 parent fce6581 commit 21a5010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ dependencyManagement {
dependency 'org.hyperledger.besu:plugin-api:21.1.3'
dependency 'org.hyperledger.besu.internal:metrics-core:21.1.3'

dependencySet(group: 'tech.pegasys.teku.internal', version: '21.8.2') {
dependencySet(group: 'tech.pegasys.teku.internal', version: '21.9.2') {
entry 'bls'
entry ('core') {
exclude 'teku:data' // empty module which is incorrectly referenced in Teku's "core" pom
Expand Down

0 comments on commit 21a5010

Please sign in to comment.