Skip to content

Commit

Permalink
feat(net):update libp2p version to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jwrct committed Jun 29, 2023
1 parent b6f01fc commit a9d968a
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 a9d968a

Please sign in to comment.