Skip to content

Commit

Permalink
Merge pull request #5304 from chengtx01/my_4.7.2
Browse files Browse the repository at this point in the history
feat(net):update libp2p version to v1.2.0
  • Loading branch information
jwrct authored Jun 29, 2023
2 parents 3aa626f + a9d968a commit 28f5c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ dependencies {
compile 'org.aspectj:aspectjrt:1.8.13'
compile 'org.aspectj:aspectjweaver:1.8.13'
compile 'org.aspectj:aspectjtools:1.8.13'
compile group: 'io.github.tronprotocol', name: 'libp2p', version: '2.0.0',{
compile group: 'io.github.tronprotocol', name: 'libp2p', version: '1.2.0',{
exclude group: 'io.grpc', module: 'grpc-context'
exclude group: 'io.grpc', module: 'grpc-core'
exclude group: 'io.grpc', module: 'grpc-netty'
Expand Down

0 comments on commit 28f5c99

Please sign in to comment.