Skip to content

Commit

Permalink
Bump adventure-platform to 4.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lucko committed Jun 2, 2024
1 parent 8b6c266 commit 3ac58fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spark-bukkit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

dependencies {
implementation project(':spark-common')
implementation 'net.kyori:adventure-platform-bukkit:4.3.1'
implementation 'net.kyori:adventure-platform-bukkit:4.3.3'
compileOnly 'com.destroystokyo.paper:paper-api:1.16.4-R0.1-SNAPSHOT'

// placeholders
Expand Down
2 changes: 1 addition & 1 deletion spark-bungeecord/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

dependencies {
implementation project(':spark-common')
implementation 'net.kyori:adventure-platform-bungeecord:4.3.1'
implementation 'net.kyori:adventure-platform-bungeecord:4.3.3'
compileOnly 'net.md-5:bungeecord-api:1.16-R0.4'
}

Expand Down

0 comments on commit 3ac58fd

Please sign in to comment.