Skip to content

Commit

Permalink
Merge pull request #5694 from ss3344520/libp2p_version_update
Browse files Browse the repository at this point in the history
feat(dependency): update libp2p version to 2.2.1
  • Loading branch information
xxo1shine authored Jan 25, 2024
2 parents 7489552 + 9911b05 commit 85bf0c3
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 @@ -46,7 +46,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: 'com.github.tronprotocol', name: 'libp2p', version: 'test-v2.2.2',{
compile group: 'io.github.tronprotocol', name: 'libp2p', version: '2.2.1',{
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 85bf0c3

Please sign in to comment.