Skip to content

Commit

Permalink
Upgrade discovery to a version available from the new repository. (hy…
Browse files Browse the repository at this point in the history
…perledger#1941)

Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
  • Loading branch information
ajsutton authored Feb 24, 2021
1 parent 8bc4df2 commit f1c74ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ allprojects {
mavenCentral()
maven { url "https://hyperledger.jfrog.io/hyperledger/besu-maven" }
maven { url "https://hyperledger-org.bintray.com/besu-repo" }
maven { url "https://artifacts.consensys.net/public/maven/maven/" }
maven { url "https://consensys.bintray.com/pegasys-repo" }
maven { url "https://consensys.bintray.com/consensys" }
maven { url "https://splunk.jfrog.io/splunk/ext-releases-local" }
Expand Down
2 changes: 1 addition & 1 deletion gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ dependencyManagement {

dependency 'org.yaml:snakeyaml:1.26'

dependency 'tech.pegasys.discovery:discovery:0.4.2'
dependency 'tech.pegasys.discovery:discovery:0.4.3'

dependency 'tech.pegasys.ethsigner.internal:core:0.4.0'
dependency 'tech.pegasys.ethsigner.internal:file-based:0.4.0'
Expand Down

0 comments on commit f1c74ed

Please sign in to comment.