1
0
mirror of https://github.com/kami-blue/client synced 2025-02-23 08:46:50 +00:00

Merge pull request #662 from kami-blue/dependabot/gradle/club.minnced-java-discord-rpc-2.0.2

Bump java-discord-rpc from v2.0.1 to 2.0.2
This commit is contained in:
Dominika 2020-04-08 18:51:46 -04:00 committed by GitHub
commit 58c582426e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,7 +74,7 @@ dependencies {
compile(group: 'org.reflections', name: 'reflections', version: '0.9.12') {
exclude group: 'com.google.guava', module: 'guava'
}
compile 'club.minnced:java-discord-rpc:v2.0.1'
compile 'club.minnced:java-discord-rpc:2.0.2'
compile 'com.github.MrPowerGamerBR:TemmieWebhook:-SNAPSHOT'
compile 'com.github.kevinsawicki:http-request:http-request-6.0'
}