We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 98d0e04 + 51d2cb6 commit 200360cCopy full SHA for 200360c
build.gradle
@@ -27,7 +27,7 @@ dependencies{
27
api(group: 'net.dv8tion', name: 'JDA', version: '4.0.0_50'){
28
exclude(module: 'opus-java')
29
}
30
- api group: 'com.github.ben-manes.caffeine', name: 'caffeine', version: '2.7.0'
+ api group: 'com.github.ben-manes.caffeine', name: 'caffeine', version: '2.8.0'
31
32
33
task sourcesJar(type: Jar, dependsOn: classes){
0 commit comments