Skip to content

Commit

Permalink
build(plugin): update nbt-api and adventure
Browse files Browse the repository at this point in the history
nbt-api: 2.10.0 -> 2.11.2
adventure-api: 4.12.0 -> 4.13.0
adventure-platform-bukkit: 4.2.0 -> 4.3.0
adventure-text-minimessage: 4.12.0 -> 4.13.0
  • Loading branch information
iGabyTM committed Mar 30, 2023
1 parent bca1b68 commit aced025
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ dependencies {
compileOnly('com.github.MilkBowl:VaultAPI:1.7') { transitive false }

// NBT
compileOnly 'de.tr7zw:item-nbt-api-plugin:2.10.0'
compileOnly 'de.tr7zw:item-nbt-api-plugin:2.11.2'

// Adventure
implementation 'net.kyori:adventure-api:4.12.0'
implementation 'net.kyori:adventure-platform-bukkit:4.2.0'
implementation 'net.kyori:adventure-text-minimessage:4.12.0'
implementation 'net.kyori:adventure-api:4.13.0'
implementation 'net.kyori:adventure-platform-bukkit:4.3.0'
implementation 'net.kyori:adventure-text-minimessage:4.13.0'

// GUis and commands
implementation 'dev.triumphteam:triumph-gui:3.1.3'
Expand All @@ -65,7 +65,7 @@ dependencies {
implementation 'org.bstats:bstats-bukkit:3.0.0'

// TimeAPI - https://github.com/PiggyPiglet/TimeAPI
implementation 'sh.okx:TimeAPI:+'
implementation 'me.piggypiglet:TimeAPI:+'

// Other dependencies that don't have a repository or the release is old
compileOnly fileTree(dir: './libs', includes: ['*.jar'])
Expand Down

0 comments on commit aced025

Please sign in to comment.