Skip to content

Commit

Permalink
First commit
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLimeGlass committed Sep 15, 2021
1 parent 2992fdc commit b9ddab3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,12 @@ dependencies {
implementation (group: 'net.md-5', name: 'bungeecord-api', version: '1.17-R0.1-SNAPSHOT')

// Skungee
implementation (group: 'com.skungee', name: 'skungee', version: '2.0.0-BETA-1') {
implementation (group: 'com.skungee', name: 'skungee', version: '2.0.0-BETA-2') {
exclude group: 'com.sitrica', module: 'japson'
}

implementation (group: 'com.github.limework', name: 'redisbungee', version: '0.6.5')

shadow (group: 'org.reflections', name: 'reflections', version: '0.9.12')

}

processResources {
Expand Down

0 comments on commit b9ddab3

Please sign in to comment.