We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a578e85 commit dcf1103Copy full SHA for dcf1103
1 file changed
common/build.gradle
@@ -46,7 +46,7 @@ dependencies {
46
compile 'org.aspectj:aspectjrt:1.8.13'
47
compile 'org.aspectj:aspectjweaver:1.8.13'
48
compile 'org.aspectj:aspectjtools:1.8.13'
49
- compile group: 'com.github.tronprotocol', name: 'libp2p', version: 'test-v2.2.3',{
+ compile group: 'io.github.tronprotocol', name: 'libp2p', version: '2.2.1',{
50
exclude group: 'io.grpc', module: 'grpc-context'
51
exclude group: 'io.grpc', module: 'grpc-core'
52
exclude group: 'io.grpc', module: 'grpc-netty'
0 commit comments