Skip to content

Commit 85bf0c3

Browse files
authored
Merge pull request #5694 from ss3344520/libp2p_version_update
feat(dependency): update libp2p version to 2.2.1
2 parents 7489552 + 9911b05 commit 85bf0c3

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
@@ -46,7 +46,7 @@ dependencies {
4646
compile 'org.aspectj:aspectjrt:1.8.13'
4747
compile 'org.aspectj:aspectjweaver:1.8.13'
4848
compile 'org.aspectj:aspectjtools:1.8.13'
49-
compile group: 'com.github.tronprotocol', name: 'libp2p', version: 'test-v2.2.2',{
49+
compile group: 'io.github.tronprotocol', name: 'libp2p', version: '2.2.1',{
5050
exclude group: 'io.grpc', module: 'grpc-context'
5151
exclude group: 'io.grpc', module: 'grpc-core'
5252
exclude group: 'io.grpc', module: 'grpc-netty'

0 commit comments

Comments
 (0)