Skip to content

Commit b6f01fc

Browse files
authored
Merge pull request #5284 from 317787106/hotfix/update_libp2p_v2
fix(net):update libp2p from test-v2.0.0 to v2.0.0
2 parents 76cf24f + 2777b4f commit b6f01fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ dependencies {
5353
compile 'org.aspectj:aspectjrt:1.8.13'
5454
compile 'org.aspectj:aspectjweaver:1.8.13'
5555
compile 'org.aspectj:aspectjtools:1.8.13'
56-
compile group: 'com.github.tronprotocol', name: 'libp2p', version: 'test-v2.0.0',{
56+
compile group: 'io.github.tronprotocol', name: 'libp2p', version: '2.0.0',{
5757
exclude group: 'io.grpc', module: 'grpc-context'
5858
exclude group: 'io.grpc', module: 'grpc-core'
5959
exclude group: 'io.grpc', module: 'grpc-netty'

0 commit comments

Comments
 (0)