update velocity-native

This commit is contained in:
creeper123123321 2021-06-26 11:32:28 -03:00
parent 7cb1f7e4ac
commit 532632f3cc
3 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,7 @@ dependencies {
implementation("io.netty:netty-tcnative-boringssl-static:2.0.40.Final")
implementation("com.google.guava:guava:30.1.1-jre")
implementation("com.velocitypowered:velocity-native:1.1.0-SNAPSHOT")
implementation("com.velocitypowered:velocity-native:3.0.0-SNAPSHOT")
implementation("org.powernukkit.fastutil:fastutil-lite:8.1.1")
implementation("org.yaml:snakeyaml:1.29")

Binary file not shown.

2
gradlew vendored
View File

@ -72,7 +72,7 @@ case "`uname`" in
Darwin* )
darwin=true
;;
MINGW* )
MSYS* | MINGW* )
msys=true
;;
NONSTOP* )