mirror of
https://github.com/System-End/Discord-MC-Chat.git
synced 2026-04-19 19:45:14 +00:00
netty
This commit is contained in:
parent
2b6e8cf412
commit
f109e5ff27
2 changed files with 3 additions and 0 deletions
|
|
@ -21,6 +21,8 @@ dependencies {
|
|||
shadow api("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:${jackson_dataformat_yaml_version}")
|
||||
|
||||
shadow api("com.squareup.okhttp3:okhttp:${okhttp_version}")
|
||||
|
||||
shadow api("io.netty:netty-all:${netty_version}")
|
||||
}
|
||||
|
||||
jar {
|
||||
|
|
|
|||
|
|
@ -26,3 +26,4 @@ jackson_databind_version=2.20.1
|
|||
jackson_dataformat_yaml_version=2.20.1
|
||||
jackson_annotations_version=2.20
|
||||
okhttp_version=5.3.0
|
||||
netty_version=4.2.7.Final
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue