Skip to content

Commit

Permalink
bump nbt api to 2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eikefab committed Jun 15, 2022
1 parent 556a582 commit 990e710
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group 'com.nextplugins'
version "1.3.1"
version "1.3.2"

tasks.build.dependsOn('shadowJar')

Expand All @@ -29,7 +29,7 @@ dependencies {
implementation 'com.github.Yuhtin:update-checker:1.2'
implementation 'com.github.HenryFabio:inventory-api:2.0.3'
implementation 'com.github.HenryFabio:sql-provider:9561f20fd2'
implementation 'de.tr7zw:item-nbt-api:2.9.2'
implementation 'de.tr7zw:item-nbt-api:2.10.0'

implementation 'com.github.SaiintBrisson.command-framework:bukkit:1.2.0'
implementation "com.google.inject:guice:5.0.1"
Expand Down

0 comments on commit 990e710

Please sign in to comment.