Skip to content

Commit f657387

Browse files
add netty-codec-protobuf
1 parent af5eeaa commit f657387

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

libp2p/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ dependencies {
1414
api("io.netty:netty-transport")
1515
implementation("io.netty:netty-handler")
1616
implementation("io.netty:netty-codec-http")
17+
implementation("io.netty:netty-codec-protobuf")
1718
implementation("io.netty:netty-transport-classes-epoll")
1819
implementation("io.netty:netty-codec-native-quic")
1920
// OS-specific bindings

versions.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ dependencyManagement {
3737
entry 'netty-transport'
3838
entry 'netty-buffer'
3939
entry 'netty-codec-http'
40+
entry 'netty-codec-protobuf'
4041
entry 'netty-transport-classes-epoll'
4142
entry 'netty-codec-native-quic'
4243
}

0 commit comments

Comments
 (0)