Skip to content

Commit

Permalink
Finalize Commit & Update Versions
Browse files Browse the repository at this point in the history
Updated versions of BungeeCord and Spigot to their latest version
  • Loading branch information
mnewt00 committed Aug 7, 2021
1 parent 61d2294 commit 55ace2b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion BetterStaffChat-bungeecord/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ repositories {
}

dependencies {
compileOnly 'net.md-5:bungeecord-api:1.16-R0.4'
compileOnly 'net.md-5:bungeecord-api:1.17-R0.1-SNAPSHOT'
compileOnly 'net.luckperms:api:5.3'
implementation 'org.bstats:bstats-bungeecord:2.2.1'
implementation project(":BetterStaffChat-common")
Expand Down
2 changes: 1 addition & 1 deletion BetterStaffChat-spigot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ repositories {
}

dependencies {
compileOnly 'org.spigotmc:spigot-api:1.16.5-R0.1-SNAPSHOT'
compileOnly 'org.spigotmc:spigot-api:1.17.1-R0.1-SNAPSHOT'
compileOnly 'me.clip:placeholderapi:2.10.9'
implementation 'org.bstats:bstats-bukkit:2.2.1'
implementation project(':BetterStaffChat-common')
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ plugins {
}

group = 'dev.austech'
version = '1.1.1-SNAPSHOT'
version = '1.1.1'

// https://github.com/EssentialsX/Essentials/blob/2.x/build.gradle
@SuppressWarnings('GrMethodMayBeStatic')
Expand Down

0 comments on commit 55ace2b

Please sign in to comment.