Update dependencies
This commit is contained in:
parent
c749d29471
commit
4b94502668
|
|
@ -35,8 +35,8 @@ dependencies {
|
||||||
// Minimessage
|
// Minimessage
|
||||||
implementation("net.kyori:adventure-text-minimessage:4.1.0-SNAPSHOT")
|
implementation("net.kyori:adventure-text-minimessage:4.1.0-SNAPSHOT")
|
||||||
// Velocity
|
// Velocity
|
||||||
compileOnly("com.velocitypowered:velocity-api:1.1.5")
|
compileOnly("com.velocitypowered:velocity-api:3.0.1") // Velocity
|
||||||
annotationProcessor("com.velocitypowered:velocity-api:1.1.5")
|
annotationProcessor("com.velocitypowered:velocity-api:3.0.1")
|
||||||
// JDA
|
// JDA
|
||||||
implementation("net.dv8tion:JDA:5.0.0-alpha.3") {
|
implementation("net.dv8tion:JDA:5.0.0-alpha.3") {
|
||||||
shadow("net.dv8tion:JDA:5.0.0-alpha.3") {
|
shadow("net.dv8tion:JDA:5.0.0-alpha.3") {
|
||||||
|
|
|
||||||
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
|
|
@ -1,5 +1,5 @@
|
||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-bin.zip
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user