Skip to content

Commit 04069d3

Browse files
committed
Update dependency plugins
1 parent 8cd1660 commit 04069d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ repositories {
3030
}
3131

3232
dependencies {
33-
compileOnly "de.tr7zw:item-nbt-api-plugin:2.13.1"
33+
compileOnly "de.tr7zw:item-nbt-api-plugin:2.13.2"
3434
compileOnly "io.papermc.paper:paper-api:1.21.1-R0.1-SNAPSHOT"
3535
implementation "org.bstats:bstats-bukkit:3.0.2"
3636
implementation "org.jetbrains:annotations:24.1.0"
@@ -54,7 +54,7 @@ processResources {
5454
tasks {
5555
runServer {
5656
downloadPlugins {
57-
modrinth("nbtapi", "2.13.1")
57+
modrinth("nbtapi", "2.13.2")
5858
}
5959
minecraftVersion "1.21.1"
6060
}

0 commit comments

Comments
 (0)