We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2803274 commit f2a6352Copy full SHA for f2a6352
1 file changed
build.gradle
@@ -25,7 +25,7 @@ repositories {
25
26
dependencies {
27
implementation 'org.telegram:telegrambots:6.9.7.1'
28
- implementation 'org.jetbrains:annotations:24.0.0'
+ compileOnly 'org.jetbrains:annotations:24.1.0'
29
compileOnly 'org.spigotmc:spigot-api:1.18.2-R0.1-SNAPSHOT'
30
}
31
0 commit comments