Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Glowstick0017 authored Jan 20, 2022
1 parent 5a48aca commit e930aca
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ sourceCompatibility = 1.8

dependencies {
//Change 'implementation' to 'compile' in old Gradle versions
implementation("net.dv8tion:JDA:4.3.0_346")
implementation("net.dv8tion:JDA:5.0.0-alpha.4")
implementation("com.google.guava:guava:31.0.1-jre")
}

repositories {
Expand All @@ -25,4 +26,4 @@ repositories {
name 'm2-dv8tion'
url 'https://m2.dv8tion.net/releases'
}
}
}

0 comments on commit e930aca

Please sign in to comment.