Skip to content

Commit 9c89cc1

Browse files
committed
update dependencies
1 parent a0834ae commit 9c89cc1

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

build.gradle

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ repositories{
2323
dependencies{
2424
api group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.2.2'
2525
api group: 'org.json', name: 'json', version: '20190722'
26-
api group: 'org.jetbrains', name: 'annotations', version: '17.0.0'
27-
api(group: 'net.dv8tion', name: 'JDA', version: '4.0.0_55'){
26+
api group: 'org.jetbrains', name: 'annotations', version: '18.0.0'
27+
api(group: 'net.dv8tion', name: 'JDA', version: '4.0.0_60'){
2828
exclude(module: 'opus-java')
2929
}
3030
api group: 'com.github.ben-manes.caffeine', name: 'caffeine', version: '2.8.0'
@@ -72,19 +72,4 @@ publishing{
7272
artifact sourcesJar
7373
}
7474
}
75-
repositories{
76-
maven{
77-
name = "GitHubPackages"
78-
url = uri("https://maven.pkg.github.com/botblock/JavaBotBlockAPI")
79-
credentials{
80-
username = "botblock"
81-
password = System.getenv("GITHUB_TOKEN")
82-
}
83-
}
84-
publications{
85-
gpr(MavenPublication){
86-
from(components.java)
87-
}
88-
}
89-
}
9075
}

0 commit comments

Comments
 (0)