mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-25 05:44:45 +01:00
Update Velocity natives (#11347)
This commit is contained in:
parent
303dbb3695
commit
9ffce8d935
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||||
runtimeOnly("com.mysql:mysql-connector-j:8.4.0")
|
runtimeOnly("com.mysql:mysql-connector-j:8.4.0")
|
||||||
runtimeOnly("com.lmax:disruptor:3.4.4") // Paper
|
runtimeOnly("com.lmax:disruptor:3.4.4") // Paper
|
||||||
+ // Paper start - Use Velocity cipher
|
+ // Paper start - Use Velocity cipher
|
||||||
+ implementation("com.velocitypowered:velocity-native:3.1.2-SNAPSHOT") {
|
+ implementation("com.velocitypowered:velocity-native:3.3.0-SNAPSHOT") {
|
||||||
+ isTransitive = false
|
+ isTransitive = false
|
||||||
+ }
|
+ }
|
||||||
+ // Paper end - Use Velocity cipher
|
+ // Paper end - Use Velocity cipher
|
||||||
|
|
Loading…
Add table
Reference in a new issue