Skip to content

Commit

Permalink
Update dependencies (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
Konicai authored Jun 15, 2022
1 parent 8fb5f9d commit f9f53d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bungeecord/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
dependencies {
compileOnly("net.md-5:bungeecord-api:1.18-R0.1-SNAPSHOT")
api("cloud.commandframework:cloud-bungee:1.6.2")
api("net.kyori:adventure-platform-bungeecord:4.1.0")
api("net.kyori:adventure-platform-bungeecord:4.1.1")
implementation("org.bstats:bstats-bungeecord:3.0.0")
api(projects.proxy)
api(projects.core)
Expand Down
4 changes: 2 additions & 2 deletions spigot-common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ dependencies {
api(projects.core)
api(projects.accessItem)
api("cloud.commandframework:cloud-paper:1.6.2")
api("me.lucko:commodore:1.13")
api("net.kyori:adventure-platform-bukkit:4.1.0")
api("me.lucko:commodore:2.0")
api("net.kyori:adventure-platform-bukkit:4.1.1")
api("org.bstats:bstats-bukkit:3.0.0")
}

Expand Down

0 comments on commit f9f53d0

Please sign in to comment.