Update dependencies
This commit is contained in:
+2
-2
@@ -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") {
|
||||||
|
|||||||
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user