We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e021fa commit a667871Copy full SHA for a667871
build.gradle.kts
@@ -49,8 +49,8 @@ allprojects {
49
compileOnly("com.viaversion:viaversion-common:${viaVersionVersion}")
50
compileOnly("com.viaversion:viaversion-bukkit:${viaVersionVersion}")
51
52
- compileOnly("io.netty:netty-buffer:4.1.101.Final")
53
- compileOnly("io.netty:netty-handler:4.1.101.Final")
+ compileOnly("io.netty:netty-buffer:4.2.7.Final")
+ compileOnly("io.netty:netty-handler:4.2.7.Final")
54
55
compileOnly("io.github.miniplaceholders:miniplaceholders-api:${miniPlaceholdersVersion}")
56
0 commit comments