We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 07383bc + aba7db9 commit eca06f4Copy full SHA for eca06f4
1 file changed
build.gradle.kts
@@ -44,8 +44,8 @@ allprojects {
44
45
compileOnly("com.viaversion:viaversion-bukkit:${viaVersionVersion}")
46
47
- compileOnly("io.netty:netty-buffer:4.1.92.Final")
48
- compileOnly("io.netty:netty-handler:4.1.92.Final")
+ compileOnly("io.netty:netty-buffer:4.1.101.Final")
+ compileOnly("io.netty:netty-handler:4.1.101.Final")
49
50
compileOnly("io.github.miniplaceholders:miniplaceholders-api:${miniPlaceholdersVersion}")
51
0 commit comments